I'am working on jQueryMobile application.
This is what it looks like when I start the page:
And this is how it looks like when I zoom the screen with scrolling on the mouse:
Is it possible to change the initial zooming / scaling so that my initial zooming to be set as the second screenshot attached? When starting the application I want the screen to be zoomed at 250 %.
Set the css zoom on the body to 2.5?
style="zoom: 2.5;"