Created
November 3, 2016 12:27
-
-
Save Solomko2/737abd5258d81408f5e95cff6de36d0b to your computer and use it in GitHub Desktop.
клас висотою екрана
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $( document ).ready(function() { | |
| if ( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { | |
| var h = $('.height-fix').height(); | |
| $('.height-fix').height(h); | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment