Fixed CSS for photos

This commit is contained in:
Kent Joseph T. Palima
2026-04-29 16:57:16 +08:00
parent 17d4332a3b
commit 3e6b461ff2
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -23,13 +23,15 @@
.image-panel {
width: 100%;
height: auto;
height: 100%;
aspect-ratio: 25.375 / 18.125;
overflow: hidden;
position: relative;
img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.image-panel-popup {