Images media query

I have many images of different sizes which I have on my website, I have media queries for desktop, tablet, and phone. The images are displayed within desktop though disappear for tablet and phone. Do I need to add separate code within CSS for images to be displayed on tablet and phone media queries, at present I have no mention of image in my CSS only in HTML.

Hi,

We’ll need to know a little bit more about your set up and how you have managed to hide the images for smaller devices?

There is no easy way to hide html images for mobile so you must be using some JS detection or something similar.

Perhaps a link to the site or at least some code (relevant html and css) would be good :slight_smile: