keep aspect ratio on very height wall images

This commit is contained in:
rabuzarus 2016-04-25 22:21:47 +02:00
parent 3ff8246c36
commit d10b3da2f0
1 changed files with 1 additions and 0 deletions

View File

@ -1170,6 +1170,7 @@ section #jotOpen {
}
.wall-item-content img {
max-height: 480px;
object-fit: contain;
}
.shared-content-wrapper,
.vevent {