Hi,
I´ve been searching around here how to disable all animations in galleries – I was able to disable most of them.
One remaining issue: The images are loaded in a smaller size and scaled up a bit. This looks very strange when opening a page with 60 images…
Any advice?
Thanks!
Hey snafroth,
try to add this code into Quick CSS field:
.avia_transform .avia-gallery-thumb img {
transform: none !important;
-webkit-transform: none !important;
opacity: 1 !important;
}
Best regards,
Andy