<video src="video" controls="controls" style="width:100%;height:100%;object-fit:contain"/><video width="320" height="180"
poster=""
controls preload="none">
<source src="LocalFolder/Filename.mp4" type="video/mp4">
</video>style: {type: "string", value: "width: 100%; height: 100%; object-fit: contain"}Well, I think the "object-fit: contain" thing matters actually.
zoom: 0.71;-moz-transform: scale(0.71);-moz-transform-origin: 0 0;-o-transform: scale(0.71);-o-transform-origin: 0 0;-webkit-transform: scale(0.71);-webkit-transform-origin: 0 0;In an aside, I have being recently playing with https://tiddlywiki.com/#WidgetMessage%3A%20tm-open-external-window for cases when the url refuses to open in side an iframe.
Regards
Tony
If when embedding something in an iframe there are sites that will not permit it. Then rather than an iframe I provide a button to open in a new window.