Hi guys,
When I create a photo gallery and I pick up images to upload onto Enfold, the small preview snapshots that get lined up very often are not all the same size and therefore screw the rendering and linearity of the line a bit.
You can view this for example on this test site I’m building: http://www.bednspa.com/casa-teulada-1/
I’ve seen this behavior happen on a regular basis on all the sites I’ve done since using your awesome theme and never really decided to ask how to tackle this issue and if it was possible to do that.
What I’ve always done is basically prepare all the images before inserting them into galleries by giving them all the same size, but I think there is probably a less time consuming and much brighter way to do that…
Any help? I would really like to have a very easy way to get all the images squared right in the gallery while maintaining their size when you click on the lightbox view.
Thanks,
Antonio
Hi Antonio!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
max-height: 78px;
}
it will limit the height to 78px
Best regards,
Yigit
Thanks, it worked!
Antonio