I'm encountering an issue with embedding a YouTube video on my simple webpage using this HTML code:
<iframe width="100%" height="480" src="https://www.youtube.com/embed/5FSsednibXQ?controls=0&showinfo=0" frameborder="0" allowfullscreen=""></iframe>
While it works perfectly in Chrome, Safari only displays a black box. Do you have any suggestions on how to correctly embed a YouTube video in Safari?