mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-13 23:18:09 +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:
parent
fca5681a1a
commit
7891824883
@ -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>
|
Loading…
x
Reference in New Issue
Block a user