How to Embed a YouTube Video and Autoplay

 <iframe
              width="100%"
              height="100%"
              src="https://www.youtube.com/embed/id?enablejsapi=1&autoplay=1&loop=1&playlist=id"
              frameborder="0"
              allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
              allowfullscreen
            >
            </iframe>
Replace id with your own id

评论

暂无评论。

登录后可发表评论。