Tagged: Fullwidth Masonry Gallery
Hi –
I am experimenting with designing our new website. On our front page I want to use the FullwidthMasonry Gallery and having the images link to specific posts. I’ve got that working fine. The images are all square. What is the right dimension (height and width) to have all of them so they appear clear and undistorted. And can you control how many images are in a row?
Thanks
Hey blankonblank!
Please update your images 360x360px.
You can add following code to Quick CSS in Enfold theme options under General Styling tab to change the width of masonry elements
.av-masonry-entry { width: 19.9%; }
Regards,
Yigit
Hi!
Our responsive grid won’t stack 2 slides/posts but will always display them side by side. This is not a bug but simply the default layout. If you want to stack them add this code into the quick css field:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .slide-entry.av_one_half{
width: 100%;
margin: 0;
clear: both;
}
}
Replace 767px with another screen size if you want to stack the posts for devices/screens with higher resolutions too.
Regards,
Peter