Re: Making a browser smaller

2015-08-09 Thread David Bovill
Thanks - that works great. I'm actually just adding the transforms to the CSS of the body and footer elements. I did not realise quite how powerful CSS is - the transformations of whole pages are stunning and fast. Has anyone experimented with adding these via Livecode scripts to pages to induce s

Re: Making a browser smaller

2015-08-09 Thread Bob Warren
David Bovill wrote: I've a web site that I want to make smaller in Livecode. In Chrome or Firefox I can shrink the browser view using Zoom In / Zoom Out. In Livecode we have "revBrowserMakeTextSmaller" - but this only shrinks the text. Any CSS or other tricks to zoom / shrink an entire web site

Making a browser smaller

2015-08-08 Thread David Bovill
I've a web site that I want to make smaller in Livecode. In Chrome or Firefox I can shrink the browser view using Zoom In / Zoom Out. In Livecode we have "revBrowserMakeTextSmaller" - but this only shrinks the text. Any CSS or other tricks to zoom / shrink an entire web site? I guess not - just ho