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

Icons in IE11 are not visible #6

Open
istvanmadarasz opened this issue Apr 27, 2016 · 6 comments
Open

Icons in IE11 are not visible #6

istvanmadarasz opened this issue Apr 27, 2016 · 6 comments

Comments

@istvanmadarasz
Copy link

istvanmadarasz commented Apr 27, 2016

Icons in IE11 are not visible (Also in Edge).

@pvolyntsev
Copy link
Contributor

Could you please create page sample using https://jsfiddle.net/ or http://codepen.io/ ?

@istvanmadarasz
Copy link
Author

@pvolyntsev
Copy link
Contributor

I found one misprint
<div data-i8-icon="voice_presentation" title="voice_presentation.svg"></div

Not sure it is a reason. Will look into.

@istvanmadarasz
Copy link
Author

If I delete that one the others aren't visible also...

@pvolyntsev
Copy link
Contributor

You use this URL in your JS code
https://raw.githubusercontent.com/icons8/flat-color-icons/master/icon-set/icons.svg

raw.githubusercontent.com does not provide full set of CORS headers. IE11 and Edge would not use it.

I suggest you to include icons.svg to your project.

@istvanmadarasz
Copy link
Author

I have already locally the icons.svg and I use that (I downloaded it with npm), but I have the same problem.

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