make homepage video full width and autoplay debut theme

JhordanMSUITE
Shopify Partner
127 1 40

Hi is there a way to make the video in the first section of the home page full width? Currently the background is exposed on the sides. Also can this video autoplay without the play button?

 

JhordanMSUITE_0-1623414687953.png

 

 

URL: https://beauty-and-the-board.myshopify.com/

PW: geifra

Replies 3 (3)

dmwwebartisan
Shopify Partner
12280 2546 3694

@JhordanMSUITE 

Please add the following code at the bottom of your assets/theme.css file.

#shopify-section-16233526443e4a3bf0 .page-width {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0px !important;
}

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
JhordanMSUITE
Shopify Partner
127 1 40

Thank you, the code worked to make the video full width. But not auto play. Is there a way to autoplay and loop video.

dmwwebartisan
Shopify Partner
12280 2546 3694