user349302
user349302

Reputation: 3821

jQueryMobile support for different resolutions

I use jQueryMobile for an app to work on iPhone/Android devices. App has some custom images. How can I handle different resolutions? Should I include multiple versions of a image? and how to handle this in html5

thank you

Upvotes: 0

Views: 1072

Answers (1)

Phill Pafford
Phill Pafford

Reputation: 85378

Look at running media queries documentation: http://jquerymobile.com/demos/1.0a4.1/#docs/api/mediahelpers.html

Upvotes: 1

Related Questions