Guest User

Untitled

a guest
Nov 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function highDetection() {
  2. $(".main_head").css("height", $(window).height());
  3. }
  4.  
  5. highDetection();
  6.  
  7. $(window).resize(function() {
  8. highDetection();
  9. });
Add Comment
Please, Sign In to add comment