-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work in safari #47
Comments
Just remove the first slash in the src attribute: And another bug I've discovered in Safari is that if you decide to define a width value in the tag Hope this could help you :D |
Sorry but those are 2 different paths up above. One is relative to the domain (or base URL) and the other is to the page you're current on. @nazarposhta are you still having issues in Safari with this library? Could you please provide a CodePen or JSFiddle link? Hopefully you have resolved the issue. If this isn't an issue any longer could you please close it? It appears as if the library doesn't work with Safari. Thanks. |
@nazarposhta is this still an issue? |
Hello everyone!
I included my SVG element like that:
<img id="thumb-icon" class="inject-me" src="/images/svg/innovate.svg" title="Preview" alt="Preview">
it works good in chrome but only "Preview" message in safari.
Safari's console said me that:
Unable to load SVG file: /images/svg/innovate.svg
How I can manage that problem?
Some idea?
The text was updated successfully, but these errors were encountered: