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 ve开发者_如何学Pythonrsions of a image? and how to handle this in html5
thank you
Look at running media queries documentation: http://jquerymobile.com/demos/1.0a4.1/#docs/api/mediahelpers.html
精彩评论