Youtube video won't play: An error occurred. Please try again later. (Playback ID: iSS5074BR2g5VT97)

Viewed 9

I have some youtube videos embedded in my webpage. They display fine, but when I click on them, they wont play, just display the error above.

Here's my code: '''

<div class="music-videos">
    <iframe class="music-video" width="575" height="425"
    src="https://www.youtube.com/embed?v=zM32nQ21O9E">
    </iframe>
    
    <iframe class="music-video" width="575" height="425"
    src="https://www.youtube.com/embed?v=Jbg5BXUlXrs">
    </iframe>
</div>

'''

0 Answers
Related