Home › Forums › CSS › Serving one image for mobile and one for desktop › Reply To: Serving one image for mobile and one for desktop
December 15, 2014 at 5:44 am
#190823
Participant
Thanks i did try this but it now shows both images on both mobile and desktop.
The html i have is this
<div style="text-align: center">
<div><img src="/myimages/sponsors/whizzbizz728.png" /></div>
<div><img src="/myimages/sponsors/whizzbizz.png" /></div>
</div>