Tagged: javascript
I have implemented a gallery (5 columns, 11 rows) of small 100 x 100 jpg images with captions. They launch grey and only “pop” to the correct image when I scroll down 3/4 of the page or so.
I saw a previous post in which you recommended the shortcodes.js page be modified and that the following be done:
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 10));
I did so, but it changed nothing. Is there someplace else I should look?
Hey technorodent!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-gallery-thumb img {
opacity: 1;
}
Best regards,
Yigit
Thanks!