Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #744556

    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!

    #746631

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.