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.cssView source
- .cropped-image .form-wrapper {
- position: relative;
- overflow: hidden;
- }
-
- .cropped-image .form-wrapper img {
- position: absolute;
- max-width: none;
- }