My photo gallery is grayed out and the thumbnails are tiny on the front end: http://www.visitfloridabeaches.com/travel-guide/photo-gallery/
Any thoughts on how to fix this? It’s the Gallery from Avia Layout Builder under “Media Elements”.
Hi blizzmarketing!
It does load fine on my end – http://i.imgur.com/lo0SG4Q.jpg
They should load as you scroll down
Cheers!
Yigit
Is there a way to make it so they load when the page loads. I don’t think having to scroll to make them load is at all intuitive for the user.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-gallery-thumb img {
opacity: 1;
-webkit-transform: none;
transform: none;
}
Best regards,
Yigit
Thanks! That worked.