Hi All, have been looking it rewriting one of my existing website using the theory of mobile first, i understand media queries in css, and how they can be used.
I would like some help on how to add content as the screen size goes up i.e. changing the code that displays a static image in a div to a slider and all the mark up that is involved.
I have used display: none before, but as i understand it, the content is still downloaded but just hidden which works but doesn’t help on the amount of data that is being downloaded.
Thanks, Alfie