fix: 포토리뷰 썸네일 object-fit: contain 수정
This commit is contained in:
@@ -6419,6 +6419,9 @@ video::-webkit-media-controls {
|
||||
gap: 1rem;
|
||||
|
||||
.photoThumbItem {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
border-radius: 0.8rem;
|
||||
@@ -6430,8 +6433,9 @@ video::-webkit-media-controls {
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user