When my screen is maximized on Chrome, I notice irritating black lines appearing on my responsive Youtube embeds. Unfortunately, I am unable to post an image due to lack of reputation.
Specifically, when the video is paused, there is a slim black line at the bottom, and while playing, a slightly thicker line appears on the left side.
I have implemented the responsive code provided by Bootstrap:
<div class="row">
<div class="col-lg-8">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/jO7UfFyGrdk?rel=0&showinfo=0" frameborder="0" allowfullscreen=""></iframe>
</div>
</div>
</div>
This issue is frustrating as I aim for a clean white background in my videos to match the overall look of my website.