Tagged: Masonry Gallery
Hi there
I want to remove the animation from the masonry gallery i.e. I want the images in the gallery to be static on page load, with no flipping feature.
I’ve tried to isolate the script, but this hasn’t worked.
Thanks, Silvio
Hi Silvio,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
I figured it out.
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi there. My workaround worked on most browsers, but not on Safari! Any idea how I can resolve this?
Thanks, Silvio
Hi,
can you show us your workaround please?
Best regards,
Andy
There you go:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
animation: 0s cubic-bezier(0, 0, 0, 0) 0s normal none 0 running avia_msonry_show;
}
Hi,
try “-webkit-animation” instead of “animation” for Safari.
Best regards,
Andy