Thanks Josue!
I was hoping there would be a way to automate it, but yes anchors could work here also. Thanks!
Works great! forgot that if it collapsed back to the original it would be fine!
So I found somewhat of a fix. It isn’t perfect, but looks good for 4 column:
#top .container .av-masonry-entry {
width: 24.8%;
}
.av-masonry-image-container {
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
padding-bottom: 80%;
width: 100%;
z-index: 1;
height:420px;
}
.av-masonry-image-container {
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
max-height: 275px;
text-align: center;
}
Maybe you can suggest a better way to do this Kriesi? For instance, this doesn’t collapse into mobile very good at all!