resized images into gallery and gallery-items

This commit is contained in:
jorge-vitrubio 2022-10-21 16:58:41 +02:00
parent a338414fd5
commit f486fbec35
1 changed files with 3 additions and 0 deletions

View File

@ -1156,12 +1156,15 @@ form#commentform p.form-submit input#submit {
padding:5px 0px 5px 0px;
}
.gallery .gallery-item {
width: 100% !important;
}
.gallery .gallery-item:not(:first-of-type) {
display: none;
}
.gallery img {
border: none !important;
max-width: 100%;
height: auto;
}
.gallery .gallery-caption {
margin-left: 0;