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

images displayed in one column have no restriction to current layout column #19

Closed
pi-phi opened this issue Jun 16, 2014 · 3 comments
Closed

Comments

@pi-phi
Copy link

pi-phi commented Jun 16, 2014

inserting very big images into a small layout column and reducing the appearance "Number of Columns" to 1 results in images in default-size breaking the column-layout.

one possible solution:
.image-column {
:
max-width:100%;
:
}

otherwise add the class '.col-??-12'

@benjaminkott
Copy link
Owner

@pi-phi hey, i had a look into this issue and i am not able to reproduce this issue.

can you please provide detailed information about the settings and colums where you have been run into this issue?

@pi-phi
Copy link
Author

pi-phi commented Jun 20, 2014

let's see:
TYPO3 6.2.3
your extension and realurl

a page with layout "Bootstrap Package: Special Feature"
in column "Special 4" insert a CE "images" with just two very big images landscape (widescreen to be exact).
then go to tab "appearance" and change "Number of columns" to 1 (as these images should apear below each other

in a smaller screen all appears as intended:
screenshot-bootstrap_package- 19-small

on a normal wide desktop screen the images 'explode':
screenshot-bootstrap_package- 19-wide

take the webdeveloper-menubar as scale for scrren width,
see the footer columns for intended layout width

@benjaminkott
Copy link
Owner

@pi-phi after updating to bootstrap 3.2.0 i could reproduce this issue in ie. thx again for reporting this should be now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants