0
I would like that when the site was seen in cell phones the soon appear smaller, I have two logos, logo1(major) and logo2(minor), how do I so that when the site is opened in a device with screen up to 800px wide the logo1 is changed logo2
logo1
<img id="minhaImagem" src="img/logo1.png" Alt="logo">
.
. ...jquery code...
.
.
I thank anyone who can help
Have you tried with media query? max-width I think solves.
– Maurivan