diff options
-rw-r--r-- | src/client/views/nodes/ImageBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 060ba353e..5a6292fab 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -105,7 +105,7 @@ display: flex; height: 100%; img { - // object-fit: contain; + object-fit: contain; height: 100%; } |