In my full width video background there appears a white line on the left side.
I fixed the problem with a transform:scale(1.01,1.01); to the video wrapper and then applied overflow:hidden to the section. This solved the problem.
Also the problem didn’t appear in chrome for me. It appeard in firefox. This is the second project where this happened to me.
Aaaah, sometimes it’s the details that make the difference
I think the problem is somehow related to the browser rounding the pixels, so we can’t do anything about that. If you minimally change the width of the browser window, you will see that the problem is sometimes there and sometimes not.
However, since scaling makes it easy to fix, I don’t see a real problem.
i don’t really get the rounding pixel part. But for people who dont have any css experience a by default css solution doesn’t seem right. Also in firefox this problem is always there. I had this problem with other projects aswel.