#Video not taking up whole screen?

24 messages · Page 1 of 1 (latest)

signal gyro
#

k.AI didn't post it cause it said I was sending the same message over and over again but I didn't 🙁

#

anyway let's try again

#

I've tried setting it to width: 100%, width: 100vw, left: 0, right: 0, and all sorts of things (there's probably some redundent code left in the css tbh because of this I'm just trying to figure it out)

dusky cedar
#

The problem is, you are missing object-fit:cover; on the video tag

#

You should also never use viewport units... This is REALLY bad

#

After adding object-fit:cover; you get this. Yes, it does cover the whole screen, the reason you see a little black at the bottom comes from the main that is overlapping the video

#

Then you also have this element overlapping like crazy

#

Yeah... Your page is full off issues

#

I would probably advice you to start from scratch

#

Oh aaah yeah, the content div is for the text, that should overlap the video, my bad, but yeah it takes up more space than it needs to

signal gyro
#

While I appreciate the advice I didnt come here to be judged.

My understanding was view height was actually a good thing to use so if you have any links that say otherwise id appreciate it

The person im building the website for wants the title on the video. If I had wanted advice on that id have asked

dusky cedar
#

The navbar takes up more space than it needs to aswell

signal gyro
#

Im aware of most of this btw

#

I do appreciate the feedback

#

Im tired and frustrated in general sorry

#

For snapping

dusky cedar
signal gyro
#

Im going back to sleep. Its midnight nearly and I do work in the morning

dusky cedar
signal gyro
#

Go ahead and leave feedback ill read in the morning. The website is still very much draft