added object-fit and position to assets #539

Merged
bones7242 merged 2 commits from 528-fix-image-stretch into master 2018-07-20 18:59:15 +02:00
Showing only changes of commit b76f7e6c32 - Show all commits

View file

@ -9,6 +9,8 @@
.asset-image, .asset-video {
max-width: 100%;
max-height: 100%;
object-fit: contain;
object-position: center;
margin : 0;
}
.asset-video {