WordPress – Colibri tutorial –
I was having an issue with a WordPress template named Colibri. All of the embedded youtube videos were being displayed as a small video at curlytea instead of a large, responsive video by default. This is the code I had to add to fix it:
.wp-block-embed__wrapper iframe {
width: 100% !important;
aspect-ratio: 16 / 9;
height: auto !important;
display: block;
max-width: 100%;
border: 0;
}
.wp-block-embed {
max-width: 100% !important;
width: 100% !important;
}
Watch the short video to know where to put it and what to look for.
🌸Ways to support this channel 🌸
Become A Member
Cash App: $realcurlytea
Patreon: curlytea
No responses yet