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