fix: 포토리뷰 썸네일 object-fit: contain 수정
This commit is contained in:
@@ -1666,12 +1666,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.reviewArea .reviewInner .reviewList .item .textArea .photoArea .photoItem img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
-o-object-position: center;
|
||||
object-position: center;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
.reviewArea .reviewInner .reviewList .item .textArea .contentMoreBtn {
|
||||
display: none;
|
||||
@@ -5635,8 +5633,10 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
|
||||
cursor: pointer;
|
||||
}
|
||||
.photoReviewList ul li img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
.photoReviewList ul li .count {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user