You are here

simplecrop.css in SimpleCrop 7

.cropped-image .form-wrapper {
  position: relative;
  overflow: hidden;
}

.cropped-image .form-wrapper img {
  position: absolute;
  max-width: none;
}

File

css/simplecrop.css
View source
  1. .cropped-image .form-wrapper {
  2. position: relative;
  3. overflow: hidden;
  4. }
  5. .cropped-image .form-wrapper img {
  6. position: absolute;
  7. max-width: none;
  8. }