aspect ratio sizing for iframe YT vids
This commit is contained in:
parent
7f10b47251
commit
83644964bb
15
style.css
15
style.css
@ -1174,20 +1174,9 @@ COMPONENTS
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-embed.is-type-video iframe {
|
.wp-block-embed.is-type-video iframe {
|
||||||
|
height: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 231px;
|
aspect-ratio: 16 / 9;
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 760px) {
|
|
||||||
.wp-block-embed.is-type-video iframe {
|
|
||||||
height: 360px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
|
||||||
.wp-block-embed.is-type-video iframe {
|
|
||||||
height: 562px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.st-article-section-related-articles {
|
.st-article-section-related-articles {
|
||||||
|
Loading…
Reference in New Issue
Block a user