Mon, 2013-08-12 13:52
This question is in relation to responsive design. For anything below 480px that is viewing my site I want the slideshow replaced with a static image. I haven't got a clue how to do this though!
Would I need to add the image to the stylesheet with display: none and then for the media query tell it to display?
I'm a newbie to media queries so please be nice
Mon, 2013-08-12 22:05
#1
Hi lurcher, Yes, you could do
Hi lurcher,
Yes, you could do it that way.
It could be nice to do it some server side way so the images aren't downloaded both times.
Or possibly use javascript to load the correct image after the screen size has been determined.
Tue, 2013-08-13 09:47
#2
Thanks Tony Server side and
Thanks Tony
Server side and javascript - will have to ask a friend about those as they are not my speciality!