Max image height

This commit is contained in:
Florian Mounier
2015-04-17 19:04:06 +02:00
parent 809136c7d7
commit 23c905e05e
2 changed files with 3 additions and 1 deletions

View File

@@ -58,3 +58,4 @@ $bg: #000 !default
.inline-image
max-width: 100%
max-height: 50vh

View File

@@ -3108,4 +3108,5 @@ body {
overflow: hidden; }
.inline-image {
max-width: 100%; }
max-width: 100%;
max-height: 50vh; }