Okay
  Public Ticket #195966
Blog post image blur
Closed

Comments

  • Tobias started the conversation

    Hello, I have just noticed that my nice sharp 800px wide images are doing a little fade-to-blur after loading. This only seems to happen in the blog area.

  • Tobias replied

    I should also mention that this is using the new visual composer - could this be making the difference? I just want an image, without animation, but this doesn't seem to be an option?

  •  8,470
    Tahir replied

    Hey Tobias!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    img.img-with-animation {
        opacity: 1 !important;
    }
    

    Cheers


    ThemeNectar Support Team