Open
Description
Bug Report
Current Behavior
In my scenario the Image manipulation [crop] has no effect in Frontend rendering.
Expected behavior/output
Images should be cropped.
Environment
- TYPO3 version(s): 12.4
- cart version: 9.0.1
- Is your TYPO3 installation set up with Composer (Composer Mode): yes
Possible Solution
Replace f:image in:
with:
<f:image image="{product.firstImage.originalResource}"
title="{product.firstImage.originalResource.title}"
alt="{product.firstImage.originalResource.alternative}"
width="{settings.listAction.media.image.size.small.maxWidth}"
height="{settings.listAction.media.image.size.small.maxHeight}" />