fix object fit

This commit is contained in:
srgooglo 2022-10-11 14:23:51 +02:00
parent 1e00adce20
commit 4c62089bb6

View File

@ -80,6 +80,11 @@
max-height: 50vh;
.plyr {
width: 100%;
height: 100%;
}
// fixtures for media content
img {
width: 100%;
@ -88,7 +93,7 @@
user-select: none;
-webkit-user-drag: none;
object-fit: cover;
object-fit: contain;
}
video {
@ -97,7 +102,7 @@
user-select: none;
-webkit-user-drag: none;
object-fit: cover;
object-fit: contain;
}
audio {