1. Home
  2. Knowledge Base
  3. Custom CSS Customizations
  4. Eliminating Image Loading Effect on Page Load

Eliminating Image Loading Effect on Page Load

Modula galleries include a default loading animation effect when images are displayed on a page. If you wish to remove this animation, you can achieve it by adding a simple CSS code to your WordPress dashboard.

Head over to your WordPress dashboard > Appearance > Customize > Additional CSS > add this code:

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

With this CSS in place, the loading effect on your images will be effectively removed, creating a smoother and more immediate image display on your website.

Was this article helpful?

Related Articles

Leave a Reply

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