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/31e0cd31-9581-440b-b6c6-8d731e3c8b54%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

