mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 11:28:01 +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:
@@ -6,4 +6,4 @@ type: text/vnd.tiddlywiki
|
|||||||
|
|
||||||
This brief introduction shows how to install and use TiddlyDesktop:
|
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>
|
Reference in New Issue
Block a user