So I open a tiddler and all the videos contained in it all start playing at
once. AAaagh! Even the ones embedded in Detail widgets. Is there some
"do-not-autoplay" code I am missing?
For instance: one of my tiddlers contains both of these codes:
<div class="container"><iframe src={{!!url}}
frameborder="0" allowfullscreen class="video"></iframe></div>
and
<$list filter="[<currentTiddler>tag[video]]"> <div
class="container"><iframe src={{!!url}} frameborder="0" allowfullscreen
class="video"></iframe></div> </$list>
The {{!!url}} just calls for a video file on my computer, the video is not
actually in the tiddlywiki file.
Thanks in advance for any tips.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/11f7772d-a330-4c4a-98be-c3eae9ce887dn%40googlegroups.com.