Dawn: How to make videos in blog posts full-width?

Hi @ArtMag ,

Videos were added using iframe. Go to your Code editor. Go to Themes > Actions > Edit code. Find the Asset folder and open the base.css. Then add the code below.

NOTE: This will adjust all your iframe videos matching the width of the section.

iframe {
width: 100% !important;
}

If this helped you, please select as a solution. Thank you