The app I’m developing has a video component that is not full screen, and when I load a video into it, there are two very thin white borders on the right and left of the video.
The video component height & width are very non-standard, I’m wondering if it is caused by issues related when scaling the video size?
16 is the magic number!
All videos should be divisible by 16 or at least 8 or 4. If not scaling can and will most likely be off, resulting in either a 1px line on the top and bottom or sides.
Unfortunately, I tried that and had no success, the lines were still there. I tried various dimensions, all multiples of 16, with no change. The lines were still showing.
If anyone else has any other suggestions, I’d appreciate it.