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

    (@milindmore22)

    Hello @cnxsoft

    Thank you for the support topic, SVG can are scalable without proper css properties or attributes

    I will recommend adding height and width attributes to svg image so they remain same on all screens

    eg: <svg height="40" width="40">

    OR you can the following CSS

    html[amp] a.sidebar-social span {
        display: inline-block;
    }
    
    Thread Starter cnxsoft

    (@cnxsoft)

    Thanks, but the problem looks like the AMP plugin will strip those on long posts. In short posts, it’s just fine.

    Plugin Support Milind More

    (@milindmore22)

    Hello @cnxsoft

    Thanks for checking that out, I will try to reproduce the attribute stripping issue at my end and get back to you!

    Plugin Support Milind More

    (@milindmore22)

    Updating status here I am not able to reproduce the issue at my end I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrong SVG dimensions on longer posts’ is closed to new replies.