Shopify themes, liquid, logos, and UX
Hello,
We would like to fix the formatting of the video on our product page:
https://rockonruby.co.uk/products/personalised-sweatshirts
Issue 1 = Desktop: The video appears with black bars down each side we would like this to fill the screen and autoplay
Issue 2 = Mobile: The video is too wide for the template and is skewing how the site is viewed. We would also like this to autoplay on mobile
Thanks
Hi @RockOnRuby, you can try to add this CSS to your store so the video fits into the screen size.
Online Store > Theme > Customize > Settings > Custom Css
@media only screen and (max-width: 767px) {
div#root {
width: 350px;
}
}
Hope this helps, and tag us if you have any more questions
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025