In 7LTS I cropped https://docs.typo3.org/typo3cms/ExtbaseGuide/Fluid/ViewHelper/Image.html#crop an image (original 1280+852) like this:
<f:image src="EXT:myext/Resources/Public/Images/sidewalk-min.jpg" crop="160,0,960,852" />
After upgrade to 8LTS the cropping is not working anymore and instead I get the original size. What am I missing?
You can crop
image
influid
like below.