Update display_global.php
This commit is contained in:
@@ -108,7 +108,7 @@ $_hasVideo = (bool)$_tvVideo;
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.pg-body.has-video {
|
.pg-body.has-video {
|
||||||
grid-template-columns: 27% 46% 27%;
|
grid-template-columns: 25% 46% 29%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -224,7 +224,7 @@ $_hasVideo = (bool)$_tvVideo;
|
|||||||
}
|
}
|
||||||
.reel-wrap video {
|
.reel-wrap video {
|
||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
object-fit: contain;
|
object-fit: cover;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user