Immagini responsive
Il più semplice codice per rendere delle immagini responsive è questo:
img{
max-width: 100%;
height: auto;
}
Last updated
Was this helpful?
Il più semplice codice per rendere delle immagini responsive è questo:
img{
max-width: 100%;
height: auto;
}
Last updated
Was this helpful?