iPad/iPhone Orientation Body Class


/ Published in: jQuery
Save to your folder(s)

This function will detect the orientation (portrait/landscape) of an iOS device and set the body class to either portrait or landscape, as well as providing a global variable for use elsewhere in your JS.

If you require multiple classes on your body tag, simply alter the code to use jQuery's addClass() and removeClass() functions.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.