I am using react-modal-video to play videos on my web page. but the problem is there that it does not play video at the quality that it has.
this is the npm demo https://rawgit.com/appleple/react-modal-video/master/test/. as you see here, they play the video with the main quality, but when I use it in my project, does not play with the main quality.
This is my code"
<ModalVideo
channel="youtube"
autoplay
isOpen={isOpen}
videoId="L61p2uyiMSo"
onClose={() => setOpen(false)}
/>