added object-fit and position to assets

This commit is contained in:
bill bittner 2018-07-19 14:10:34 -07:00
parent 88d473d788
commit b76f7e6c32

View file

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