1. Home
  2. Knowledge Base
  3. Custom CSS Customizations
  4. How to remove image loading effect on page load

How to remove image loading effect on page load

The images in each gallery natively come with an animation, a loading effect on page load.

This effect can easily be removed by adding the code below in your WP dashboard > Appearance > Customize > Additional CSS.

html body .modula .modula-items .modula-item img.pic { transition: none !important; transform: none !important; }

Save this code there and the images will no longer have a loading effect.

Was this article helpful?

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *