• Resolved janukahw

    (@janukahw)


    On Desktop version images work fine.
    On Both Standard and Transitional modes, images don’t load on the mobile AMP version. What could be causing this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @janukahw

    Thanks for the topic the issue seems to be related to your theme which is adding fade effect with javascript.

    AMP do not allow javascript on page, so AMP WordPress plugin will remove any script files included for you to create a valid AMP page.

    Your issue can be eaisly fixed by adding the following CSS code in Customizer (Appearance -> Customize -> Additional CSS) or Custom CSS input field provide by your theme or plugin.

    
    html[amp] .c-post-hero__media .wp-post-image, html[amp] a.c-post-card__image.js-fadein {
        opacity:1;
    }
    

    Let me know if this resolves your issue.

    Thread Starter janukahw

    (@janukahw)

    This resolved my issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not displaying on AMP version’ is closed to new replies.