• Hi,

    As we had a lot of issues with autoplay a video from youtube, we decided that it might be easier to just put a video directly on the server and play that in the first section of our Onetone theme site.

    (www.kras.design) or (www.ralfkras.com)

    This works fine but now we cannot get it to full width of the screen / browser. Does anyone knows how to do this?

    Thanks in advance.

    Simone

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Joey

    (@leglesslizard)

    Hey,

    The issue with autoplay seems to be a relatively easy fix if you did want to revert see https://stackoverflow.com/questions/40685142/youtube-autoplay-not-working.

    With regards to the current video a surrounding div element is at a set width so everything inside restricted as well. The following css change may provide what you need (just tweak to suit):

    #home > div.home-container.container {
        width:100%;
        padding: 0;
    }
    • This reply was modified 7 years, 11 months ago by Joey. Reason: missing code tag
Viewing 1 replies (of 1 total)

The topic ‘Video full width in Section 1’ is closed to new replies.