Skip to content
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

data-skip-inject-svg does not skip injection #28

Open
merc1er opened this issue Mar 24, 2020 · 1 comment
Open

data-skip-inject-svg does not skip injection #28

merc1er opened this issue Mar 24, 2020 · 1 comment

Comments

@merc1er
Copy link

merc1er commented Mar 24, 2020

data-skip-inject-svg still injects the SVG inline on my end.

Anyone experiencing this as well?

@100401031
Copy link

You can set the attribute true. ex: <img src="/../some.svg" data-skip-inject-svg="true">
It's because the program will get the string '' value if you just set 'data-skip-inject-svg' attribute but don't assign a true value.
Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants