Tiled Galleries: Square tiled galleries stretch top image if there's only one in the first row #5975
Labels
[Feature] Tiled Gallery
A different way to display image galleries on your site, in different organizations and shapes.
[Pri] Low
[Type] Enhancement
Changes to an existing feature — removing, adding, or changing parts of it
[Type] Good First Bug
Steps to reproduce the issue
Create an image gallery using Square Tiles. Upload a number of images that results in one image in the top row. (3n + 1 ;) )
What I expected
What happened instead
Solutions
.gallery-row,
.gallery-row .gallery-group,
.tiled-gallery.type-square .gallery-row:first-child .gallery-group .tiled-gallery-item img {
height: auto !important;
}
The text was updated successfully, but these errors were encountered: