Reputation: 373
I have a question regarding old version of iOS (especially 8.3) and html5 tag <picture>
. I cannot use it for old iOS devices.
Do I have any chance to trick iOS or is it possible to have some hooks to make it work properly?
Thanks.
Upvotes: 0
Views: 45
Reputation: 1978
If you do not mind a javascript solution, Picturefill will enable support for the <picture>
tag in browsers that do not support it. I have used it myself for various projects in the past, and it is a drag and drop solution that works without issue.
https://scottjehl.github.io/picturefill/
Upvotes: 2