How to make images not load on a mobile site?
I know i can use display:none, but the page has a lot of pics. The mobile page has less content and few pics. To load quicker and waste less bandwith i want to pics not to load on a mobile phone.
How can I do that?
Thx for the replu, but i guess i was not clear.
I make one page with responsive design. I have the same html, but to CSS, one for big and one for small screens.
The CSS for small screens makes the page look different, much simpler and easy to read on a mobile screen.
I hide most pics and other superfluous content with display:none.
But it seems that still the images will needlessly load, therefore slowing the site down.
How to stop content from loading if i don't need it?