Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS video based site Re: video based site

#138920
danielc2384
Participant

just got rid of the width in css and it made no difference

#backgroundvideo {
height: 100%;
position: fixed;
left: 0;
top: 0;
bottom:0;
right:0;
margin: 0;
padding:0;
width: 100%;
z-index: -999;
}