mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix object fit
This commit is contained in:
parent
1e00adce20
commit
4c62089bb6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user