Nice Ctrl-zoom in tiddlywiki lets you resize the frame, even force it to be mobile responsive. All I could dream of now is to be able to increase the height by dragging the bottom of the iframe.
Nice work 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 On Sunday, May 19, 2019 at 5:22:27 PM UTC+10, A Gloom wrote: > > This I'm currently testing with iframe content-- a container div to set > size and -webkit-transform: scale() to scale the iframe content inside the > div, it came from responsive page design for autoscaling iframe content to > fit the page its embeded in. > > <div style="width: 100%; height:100%; padding: 0; overflow: hidden;"> > <iframe src="mapcitytest.html" width="100%" height="400" > style="-webkit-transform: scale(1.0); -webkit-transform-origin: 0 > 0;"></iframe> > </div> > > the original code-- > 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; > -- 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 post to this group, send email to [email protected]. 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/edf53949-2d56-4ec5-ae6d-6c6ede0f5b66%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

