Responsive images until we get the picture
1–3 of 3 posts
Re: Responsive images until we get the picture
#2Why not put the attributes on the image tag itself and avoid the noscript tags? If there is no JavaScript, these attributes would be ignored.
Edit: nevermind, I realized you could avoid loading images twice
Re: Responsive images until we get the picture
#3Why not put the attributes on the image tag itself and avoid the noscript tags? If there is no JavaScript, these attributes would be ignored. Edit: nevermind, I realized you could avoid loading images twice
Yup, thats the point :)