We have been experiencing the issues above on the following site:
Page:
Gallery Section:
Most of the gallery images are loading but on some of the containers they are not… or they are very slow!
Your thought as to what we can do or need to do to fix this.
Avery
Hey So Evolve,
Since you have quite a few images, it looks like the animation delay is holding up the bottom images from displaying. When I check with the Chrome dev tools, the images a downloaded fairly quickly.
You could try this edit to reduce the animation delay.
Or you could try this css to remove the animation:
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.av-masonry-entry {
visibility: visible !important;
opacity: 1 !important;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none !important;
animation: none !important;
}
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}
Best regards,
Mike