Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396089

    I’m trying to implement a gallery with small thumbnails. Everything seems okay, but I noticed something weird when I preview the page. The thumbnails just stay greyed out until you scroll all the way down the page, then they load. It’s a bit weird, seems like a bug maybe? Here’s the page: http://deluxeawning.com/2015/?portfolio=retractable-awnings

    Any help would be appreciated! Thanks,

    Jadyn

    #396328

    Hey JadynWelch01!

    Thank you for using Enfold.

    Add this code to the Quick CSS field to disable gallery loading animation:

    .avia_transform .avia-gallery-thumb img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    }

    Regards,
    Ismael

    #396531

    That’s great, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Gallery Thumbnails Loading Delayed’ is closed to new replies.