I'm starting to wonder if it is possible after reading some of the other posts
If I include all the images on the page with src attributes set am I right in thinking that it is not possible to stop the images loading cross browser?
If I just include data-src attributes users without JS won't see the images.
I was thinking of some sort
<noscript>
solution but wouldn't this make the page semanticly bad?