• Resolved digitalfurkan

    (@digitalfurkan)


    Hi there,
    I have installed the SVG support plugin and I can upload svg files to media, however If I add it as an image to my site it does not show up. There is nothing. In my backend I can see that it has placed the svg file, but it does not show op in the front end. Any ideas?
    I use Avada 6.2.3

    • This topic was modified 5 years, 10 months ago by digitalfurkan.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Benbodhi

    (@benbodhi)

    Hi there,

    Firstly, thanks for your support and sorry for the late reply!

    It sounds like you might just need to set the size using CSS.
    I sometimes use a general piece of code that targets images with the .svg file extension in the src attribute and tell it to be 100% width.

    img[src$=".svg"] {
        width: 100%;
    }

    But that may give unexpected results… worth a shot though.

    Let me know how you go.

Viewing 1 replies (of 1 total)

The topic ‘SVG does not work’ is closed to new replies.