So I'm attempting to configure TiddlyWiki in order to display embedded content, such as videos, using the <iframe> HTML tag. At the moment this primarily concerns videos.
This post is an offshoot of this discussion <https://groups.google.com/forum/#!topic/tiddlywiki/vXVLQD58yPQ> about an error that occurs with the <video> HTML tag. An <iframe> would be an adequate solution to that problem if it wasn't for the following. The main problem I have encountered so far is the inability to dynamically resize the height of an <iframe>. In other words, as the width of the containing element, such as a <div> gets smaller, the height of the <iframe> gets proportionally smaller, for example, in order to maintain a 16:9 aspect ratio for a video that is shrinking with the width of the page. Currently I don't think this is possible with CSS. What I would like to know is if it is possible to do with JavaScript, possibly with the iFrame Resizer <https://github.com/davidjbradshaw/iframe-resizer> library, preferably without creating a plugin. Kalcifer -- 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to tiddlywiki@googlegroups.com. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1d2aa0d0-b670-4f47-8032-a10de10fe6c1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

