JQuery Mobile output actual size preview
I'm trying to figure out a way of displaying the JQM output in a desktop browser in such a way that the output is e.g., 320px x 480px and not full-screen so that the output is more realistic, like an actual preview.
Obviously I can't change the size of the viewport (except by re-sizing the browser). I don't want to change the user-agent.
Is there a simple way of over-riding the JQM css, and / or can anyone suggest a snipped of js that would do the job.
Many thanks.