• Resolved atkulp

    (@atkulp)


    I can’t tell if this is due to the theme or this plugin. I’ve search the theme code and can’t see where this would be happening so is it possible that this happens due to something in the svg?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Benbodhi

    (@benbodhi)

    Hi there,

    You may just need to explicitly set the size of your SVG by adding some CSS like this to your theme:

    svg { width: 100%; }

    I hope this helps.

    Plugin Author Benbodhi

    (@benbodhi)

    The SVG may also have had no sizes in it, so metadata could have been set to 1. But same solution, you should be able to set the width for SVGs to 100% and they should act as expected in most cases.
    I’ll mark this as resolved for now, but please do let me know how you go or if you have any issues.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.