May I suggest a small addition? I wanted to use the cropped image as a Thumbnail and show the full Image in a lightbox. The lightbox image is generated with a img_resource ts content object (with file.import.current = 1). if you change CropScaleHook.php line 78 to:
May I suggest a small addition? I wanted to use the cropped image as a Thumbnail and show the full Image in a lightbox. The lightbox image is generated with a img_resource ts content object (with
file.import.current = 1
). if you change CropScaleHook.php line 78 to:than I can disable the cropping with
file.doNotCrop = 1
in my typoscript.Thank you.