Description
In the TYPO3 14 compatible version, preview images in the record list are always rendered with a square aspect ratio, even when the original image is rectangular.
This causes rectangular images to appear distorted/squashed.
It looks like older versions generated thumbnails via BackendUtility::thumbCode(), while the TYPO3 14 compatible version uses custom thumbnail rendering code instead. The new implementation may not preserve the original image aspect ratio correctly.
Expected behavior:
Thumbnail previews should keep the original image aspect ratio.
Actual behavior:
Thumbnail previews are rendered square, causing image distortion.
Description
In the TYPO3 14 compatible version, preview images in the record list are always rendered with a square aspect ratio, even when the original image is rectangular.
This causes rectangular images to appear distorted/squashed.
It looks like older versions generated thumbnails via
BackendUtility::thumbCode(), while the TYPO3 14 compatible version uses custom thumbnail rendering code instead. The new implementation may not preserve the original image aspect ratio correctly.Expected behavior:
Thumbnail previews should keep the original image aspect ratio.
Actual behavior:
Thumbnail previews are rendered square, causing image distortion.