Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong image width in containers when nesting containers #1479

Open
2 tasks done
SventB opened this issue Mar 26, 2024 · 0 comments · May be fixed by #1538
Open
2 tasks done

Wrong image width in containers when nesting containers #1479

SventB opened this issue Mar 26, 2024 · 0 comments · May be fixed by #1538
Labels

Comments

@SventB
Copy link
Contributor

SventB commented Mar 26, 2024

Bug Report

Prerequisites

  • Can you reproduce the problem on TYPO3 v12.4 LTS
  • Did you perform a cursory search to see if your bug or enhancement is already reported?

Description

Image widths are wrong, when having nested container elements with images.

Steps to Reproduce

  1. Install EXT:container
  2. Create content element type "2 Columns 75%/25%"
  3. Create content element type "2 Columns 50%/50%" in column 1 of previously created container element
  4. Insert two content elements of type "Images Only", one in column 1, one in column 2 of previously created container element

Expected behavior

Width of images in element "2 Columns 50%/50%" are the same.

Actual behavior

Width of image in column 1 is too big, width of image in column 2 is too small.

Screenshots

Backend view

image

Frontend view

image

Image 1 has width of 445 pixels, that's too big.
Image 2 has width of 135 pixels, that's too small.

@SventB SventB added the bug label Mar 26, 2024
Q4U-mspitz added a commit to Q4U-mspitz/bootstrap_package that referenced this issue Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant