eliminate flicker for live previews

This commit is contained in:
AUTOMATIC
2023-01-15 20:20:29 +03:00
parent ce13ced5dc
commit f6aac4c65a
2 changed files with 8 additions and 7 deletions

View File

@@ -338,6 +338,7 @@ input[type="range"]{
}
.livePreview img{
position: absolute;
object-fit: contain;
width: 100%;
height: 100%;