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

Problem with AWS Images #35

Closed yu-ahmed closed 6 years ago

yu-ahmed commented 6 years ago

Chrome doesnt Support the Image-Path. How can I solve this ? Im using

s2b commented 6 years ago

Can you give an example? Can you describe your setup (you mentioned AWS?)?

yu-ahmed commented 6 years ago

Sry for the late Response. It was my fault ^^ All the pictures loaded, but they had no width. But i got a other Problem now. Internet Explorer 11 is not supported ?

s2b commented 6 years ago

I would recommend embedding picturefill.js into your website for full IE11 support.

Alternatively, you can set the picturefill attribute of the ViewHelpers to 0 to render standards-compiant markup which provides some responsive images for IE11 (srcset, but not picture, see Can I use picture).

yu-ahmed commented 6 years ago

Thank you it worked!