Anonimo

MediaWiki:Common.css: differenze tra le versioni

Da Wikitrek.
image size and ratio fixed
Nessun oggetto della modifica
(image size and ratio fixed)
Riga 302: Riga 302:


.contenitoreimgbox img {
.contenitoreimgbox img {
    /*
    width: 100%;
    height: 100%;
    */
     max-height: 350px;
     max-height: 350px;
    max-width: 100%;
    width: auto;
    height: auto;
}
}