Grands écrans (>640px) :
if(window.innerWidth >= 640) {
blablabla src.replace("small", "big");
}
Exemple :
Grands écrans (>640px) :
if(window.innerWidth >= 640) {
blablabla src.replace("small", "big");
}
Exemple :
Les 2 images
sont chargées
Alternative : picturefill
Ressource : http://www.w3.org/community/respimg/
Alternative : srcset polyfill
Ressource : http://www.w3.org/html/wg/drafts/srcset/w3c-srcset/
Ou encore :