Update CSS and JavaScript to match preview ratio (3/2).
- Changed thumbnail resampling method to `BOX` when downscaling preview.
This commit is contained in:
@@ -322,8 +322,8 @@
|
||||
/* preview image */
|
||||
.model-manager .item {
|
||||
position: relative;
|
||||
width: 230px;
|
||||
height: 345px;
|
||||
width: 240px;
|
||||
height: 360px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user