Fixed video aspect ratio
This commit is contained in:
+2
-2
@@ -349,11 +349,11 @@ a.btn-primary:visited {
|
|||||||
|
|
||||||
.post-media-item video {
|
.post-media-item video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
max-height: 360px;
|
max-height: 360px;
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-embed-container {
|
.video-embed-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user