This is my iframe
<iframe
width="100vw"
className="video-frame"
title="Video"
src={url}
frameBorder="0"
controls="0"
autoplay="0"
showinfo="0"
allowFullScreen
/>
Please suggest a way to remove the next and previous icons from the YouTube player that I am using in my website.
Also, is there any listener that listens if the video has ended ?