Vous n'êtes pas identifié(e).
- Discussions : Actives | Sans réponse
#1 14-10-2018 20:26:42
Change nos thumbnails to adjust with screen width
I would like the album thumbnails to fill the screen of the user to max 1900 pixels.
In version 2.3 I adjusted this in the dark.css file which worked fine.
#igalerie {
width: auto;
min-width: 948px;
max-width: 1900px;
margin: 0 auto;
padding: 15px 10px;
text-align: left;
color: white;
}
This does not seem to work in version 2.4
Update:
Sorry, I forgot to correct this section
/**************************************************
*
* Vignettes.
*
**************************************************/
.thumbs {
margin: 15px 13px 0;
max-width: 1900px;
}
I works fine, Thanks. Knut
Dernière modification par Knut (15-10-2018 07:40:10)
Hors ligne