I am developing a responsive website for a company where there is a slide show with images in the background on a full-sized website (full backstretch screen filling). Since the images are quite impressive in size (about 300 thousand), I’m looking for a way to stop downloading images when viewing the site on a smartphone.
I applied display: noneand visibility: hiddenon the backstretch div with a media request. It hides images, but it seems that they are still loading. Is there any reasonable way to make the browser ignore them at all?
source
share