1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-14 01:26:48 +00:00

Fix video protocol

YouTube’s default of missing out the protocol for the iframe src
unfortunately makes videos malfunction when viewing TiddlyWiki on a
file: URL
This commit is contained in:
Jermolene 2014-01-26 13:24:27 +00:00
parent fca5681a1a
commit 7891824883

View File

@ -6,4 +6,4 @@ type: text/vnd.tiddlywiki
This brief introduction shows how to install and use TiddlyDesktop:
<iframe width="560" height="315" src="//www.youtube.com/embed/i3Bggkm7paA" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/i3Bggkm7paA" frameborder="0" allowfullscreen></iframe>