aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-02-25 01:56:29 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-02-25 01:56:29 -0500
commite57c8ed3944bf737afdb2f564d159a53f8a6b1c6 (patch)
tree27815de79de7df04a16b4bbcc6eb7d12841e8897 /src/client/views/nodes/ImageBox.scss
parentd9d55e422826da1fe87aa7973c92e54bc0c99f02 (diff)
more css cleanup
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 5b15b3329..ea459b911 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -4,12 +4,14 @@
position: relative;
text-align: center;
width: 100%;
+ height: auto;
max-width: 100%;
max-height: 100%
}
+
.imageBox-cont img {
- max-width: 100%;
- max-height: 100%
+ object-fit: contain;
+ height: 100%;
}
.imageBox-button {