Search code examples
jqueryjquery-mobilescalezooming

scale (zoom) screen - jQuery Mobile / jQuery


I'am working on jQueryMobile application.

This is what it looks like when I start the page:

enter image description here

And this is how it looks like when I zoom the screen with scrolling on the mouse:

enter image description here

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 %.


Solution

  • Set the css zoom on the body to 2.5?

    style="zoom: 2.5;"