Skip to content

Instantly share code, notes, and snippets.

@Solomko2
Created November 3, 2016 12:27
Show Gist options
  • Select an option

  • Save Solomko2/737abd5258d81408f5e95cff6de36d0b to your computer and use it in GitHub Desktop.

Select an option

Save Solomko2/737abd5258d81408f5e95cff6de36d0b to your computer and use it in GitHub Desktop.
клас висотою екрана
$( 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