Hi, I have this custom css code to show the full image i a gallery gridbox:
.ba-image {
width: 100%;
Height: 100%;
margin: 0 auto; /* horizontale centrering */
display: flex;
align-items: center;
justify-content: center;
}
.ba-image img {
width: 100%;
height: 100%;
object-fit: contain;
padding: 10px;
}
It works, except for 1 image, the image in the second to last row next to the valentino logo, and I don't understand why.