diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-02-18 18:03:16 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-02-18 18:03:16 -0500 |
| commit | b5de5ca84389f786124d475f9fac0f833f330dd0 (patch) | |
| tree | edd4e6dd650ad66b10896e5abd702543b18166f9 /src/client/views/nodes/ImageBox.scss | |
| parent | 281f6268238c4f9f1640899ce258535ad4fe2401 (diff) | |
| parent | 3f98d6ec6050e7faa15179871f0d9669c1188a78 (diff) | |
mer con
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 2bd8b1d3c..36f5e0fe0 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -2,7 +2,13 @@ .imageBox-cont { padding: 0vw; position: absolute; - width: 100% + width: 100%; + max-width: 100%; + max-height: 100% +} +.imageBox-cont img { + max-width: 100%; + max-height: 100% } .imageBox-button { |
