Hello guys,
I have added a code to a custom liquid section.
The problem with this is that there is a white line on the right and left hand side, so the video has a white “bar” basically on the left and right. Changing the width, the height, etc. doesnt help, and i tried recentering it as well, but it doesn’t help either. If I change the width to 120%, the video’s width will be larger but only to the right side, and the left side white thing remains, plus there is a scrollbar to scroll right. So, it resizes the width towards only the right.
The Code:
video { display: block; margin: 0; width: 100%; height: 100%; }
