Make homepage video full width and autoplay debut theme

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?

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

PW: geifra

1 Like

@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!

1 Like

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

@JhordanMSUITE

Please check link for help https://vimeo.zendesk.com/hc/en-us/articles/115004485728-Autoplaying-and-looping-embedded-videos

thanks!