Skip to content

Preview thumbnails are forced into a square aspect ratio in TYPO3 14 compatible version #9

@pulponair

Description

@pulponair

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions