Closed Webtransformer closed 2 years ago
Hi, until now I had no problems (I thaught). In some IPAD versions the images are missing or are double downloaded. All other browsers (non Safari) are working fine. Currently this is my markup. Can someone look into it? `
<source src="static/images/1.jpg" media="(max-width: 767px)"> <source srcset="static/images/2.jpg" media="(min-width: 768px)"> <!--[if IE 9]></video><![endif]--> <img src="static/images/1.jpg" alt="" title=""> </picture>`
Sorry...insert code isnt working for me :-/
Hi, until now I had no problems (I thaught). In some IPAD versions the images are missing or are double downloaded. All other browsers (non Safari) are working fine. Currently this is my markup. Can someone look into it? `
Sorry...insert code isnt working for me :-/