This commit is contained in:
2025-11-26 13:48:13 +08:00
commit 82a13f4aad
62 changed files with 10778 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
.glightbox-container .gslide-image img {
max-width: 95%;
max-height: 95%;
height: auto;
width: auto;
object-fit: contain;
display: block;
}
.glightbox-container .gslide {
display: flex;
align-items: center;
justify-content: center;
}
.glightbox-container .gslide-description {
max-width: 90%;
color: #ccc;
font-size: 0.875rem;
}