Shopify themes, liquid, logos, and UX
Hi there,
We switched to using Dawn recently. With our previous theme, YouTube or Vimeo videos in blog posts were the full column width when viewed on the website, but now they are only about 80% of the width:
Is there a way to make them full width by default in the theme editor?
Solved! Go to the solution
This is an accepted solution.
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
This is an accepted solution.
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
Worked perfectly, thank you so much, and I love your YouTube videos and website for all the Shopify tips and tricks you share! 💜
Hi @ArtMag ,
Thank you
User | RANK |
---|---|
132 | |
91 | |
76 | |
64 | |
53 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022