I upload video banner in the latest fabric theme (version: 2.1.6). However, The video get cropped when I switch to full screen to preview. I have reached out the shopify advisor and they said I need custom coding in order to make sure my video banner appear in right size. Could somebody encountering the same issue provide some helpful advice on how to solve this problem? As you can see on the screenshot, my banner video almost get cutted in half when switching to full screen
1 Like
Hi @LuxeCharm
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
https://9mwh0v9ipacev8rk-70675792100.shopifypreview.com It’s the preview link. Because of the banner problem. the theme is now on draft
1 Like
Hi @LuxeCharm
- From your Shopify Admin, navigate to Online Store > Themes > Edit Code
- In the Assets folder, open style.css and add your CSS code at the end
.hero__video-wrapper {
width: 100% !important;
height: 100vh !important;
overflow: hidden !important;
}
Just to clarify, I did not see the style.css in the assets folder. Is base.css the right one?
1 Like
Ok you can add css base.css file.
Is there way to move it up a bit more? I want to show the product clearly
1 Like


