Use https for YouTube

This commit is contained in:
Jermolene
2017-11-18 19:53:52 +00:00
parent 525e07f259
commit c507d4e2dd
37 changed files with 47 additions and 47 deletions

View File

@@ -3,7 +3,7 @@ tags: $:/tags/HelpPanel
caption: Videos
\define show-video-inner(embed)
<iframe width="280" height="157" src="""http://www.youtube.com/embed/$embed$?autoplay=0&showinfo=0&theme=light&rel=0&modestbranding=1&autohide=1""" frameborder="0" allowfullscreen></iframe>
<iframe width="280" height="157" src="""https://www.youtube.com/embed/$embed$?autoplay=0&showinfo=0&theme=light&rel=0&modestbranding=1&autohide=1""" frameborder="0" allowfullscreen></iframe>
\end
\define show-video(title)