Reputation: 3821
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
Reputation: 85378
Look at running media queries documentation: http://jquerymobile.com/demos/1.0a4.1/#docs/api/mediahelpers.html
Upvotes: 1