iOS 8.3 and html5 <picture>

46 views Asked by At

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.

1

There are 1 answers

0
Austen Holland On BEST ANSWER

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/