sitegeist / sms-responsive-images

This TYPO3 extension provides ViewHelpers and configuration to render valid responsive images based on TYPO3's image cropping tool.
GNU General Public License v2.0
34 stars 18 forks source link

IE11 and srcset/picture is not working #15

Closed l174rd closed 6 years ago

l174rd commented 6 years ago

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 commented 6 years ago

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/