Hi,
Can you provide custom css to remove the ‘flip’ effect on page load for portfolio items in the Enfold Photography theme please?
Thanks,
Sam
Hi sjwmobile!
It sounds like your talking about the Masonry or Portfolio grid image loading animation. Try this out, https://kriesi.at/support/topic/remove-portfolio-animation/#post-292687.
Cheers!
Elliott
Thanks Elliott.
I used the code from the link you gave;
.avia_desktop.avia_transform3d .av-masonry-entry {
-webkit-perspective: none;
-moz-perspective: none;
perspective: none;
opacity: 1 !important;
visibility: visible !important;
}
However, the portfolio items still kind of bounce when the page loads? Is there any way to have absolutely no movement with the portfolio items?
Thanks,
Sam