Hi Ed,
I’ve updated to 1.54 and the white space issue is still there.
This is the custom css code I’m using to fix the blur:
.bright-design figure.animated-overlay:hover .multi-masonry-img-wrap > img {
transform: scale(1);
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
filter: blur(2px);
}
.bright-design figure.animated-overlay figcaption {
border: none;
}
Kind regards
Simon