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

IE11 and srcset/picture is not working #15

Closed
l174rd opened this issue Dec 8, 2017 · 1 comment
Closed

IE11 and srcset/picture is not working #15

l174rd opened this issue Dec 8, 2017 · 1 comment

Comments

@l174rd
Copy link

l174rd commented Dec 8, 2017

There's an issue while rendering the images only with srcset/picture attribute in IE11.
https://caniuse.com/#feat=srcset
https://caniuse.com/#feat=picture

The page isn't loading the pictures because of the incompatibility of srcset/picture. Is there a fallback built in the extension or rather how is it possible to say TYPO3 to render a fallback image?

@s2b
Copy link
Collaborator

s2b commented Dec 9, 2017

If you want to achieve compatibility with IE11, you should include the picturefill.js polyfill into your site. This JavaScript library implements the missing responsive images functionality in older browsers.

https://scottjehl.github.io/picturefill/

@s2b s2b closed this as completed Dec 9, 2017
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