NO BUG: Full width video background bug

Dear bricks,

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.

Thanks in advance!

Hi Niek,
Thank you very much for your report!

I’ve disabled your transform settings and cannot see any white border :thinking:

Best regards,
timmse

It appears for me. But it appears beyond a width off 1848.


Aaaah, sometimes it’s the details that make the difference :smiley:

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.

Best regards,
timmse

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.