Ok, So I designed a responsive layout that doesn't show images for very small screen sizes, using media queries and display: none;
.
So far so good. But these images still download on these devices, causing an increase in bandwidth.
What is the proper way to make these images not download on the specified devices?
Any response would be much appreciated!