Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Serving one image for mobile and one for desktop Reply To: Serving one image for mobile and one for desktop

#190823
cyberpedz
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>