Hello!
Okay so I have an image gallery and I am trying to figure out how to get the thumbnails to load when there are more than two rows. See link below. When you open the page, the thumbnails are not fully loaded.
Is there a way to resolve this?
Is it possible to have one row or two rows that one could then scroll through?
That way it would work and the user would not have to scroll up to see the hovered image?
Like this:
< – – – – – >
Hey!
Try adding this code to the Quick CSS:
.avia_transform .avia-gallery-thumb img{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
Cheers!
Josue