My issue is a bit tricky to describe, but essentially I have noticed a CSS attribute being added to my div tag that seems to come from a node module. The problem is, I can't seem to find where this attribute is coming from in my files. This attribute is causing a huge black background to appear behind my video player, extending my webpage unnecessarily. If I manually remove the attribute after the page loads, everything looks fine.
In the first div tag shown in the image link provided, there is an attribute called vjs_video_3-dimensions at the end of the class tag. I am curious if it's possible to prevent this attribute from loading.