fix: 포토리뷰 썸네일 object-fit: contain 수정

This commit is contained in:
2026-01-22 22:07:12 +09:00
parent 6cfe612575
commit b50fd6fc4c
9 changed files with 74 additions and 39 deletions

View File

@@ -1793,10 +1793,9 @@
}
img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
}
}
@@ -6387,8 +6386,9 @@
}
img {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.count {