added object-fit and position to assets #539
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
.asset-image, .asset-video {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
margin : 0;
|
||||
}
|
||||
.asset-video {
|
||||
|
|
Loading…
Add table
Reference in a new issue