You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
on a normal wide desktop screen the images 'explode':
take the webdeveloper-menubar as scale for scrren width,
see the footer columns for intended layout width
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'
The text was updated successfully, but these errors were encountered: