Site URL: https://the-naked-florist.squarespace.com/
I have a couple Masonry grids on my website with a gallery of 3 images.
They all have 1 vertical (ratio 3:4) & 2 horizontal images (ratio 3:2).
However are leaving a 1px gap below the vertical image so they are not fush on the bottom side of the grid.
See images attached.
With no luck I have tried the css code:
.gallery-masonry .gallery-masonry-item[data-loaded] img {
height: 100% !important;
}
Any suggestions