I am attempting to autoplay embedded videos on my site with a seamless background. I am noticing black lines surround the videos on scroll and wondering how to get these to disappear.
Code Below:
<video style="width: 100%" autoplay muted
playsinline loop controlsList="nodownload"
src="https://dove-sunflower-pjxg.squarespace.com/s/EV-handpress.mp4">
<source type="video/mp4" src="https://dove-sunflower-pjxg.squarespace.com/s/EV-handpress.mp4">
<body oncontextmenu="return false;">
</video>