Guest User

Untitled

a guest
Nov 25th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. a = function heightDetect() {
  2. $(".main_head").css("height",$(window).height());
  3. $('.main_head').parallax({imageSrc: 'img/bg.jpg'});
  4. }
  5. a();
  6. $(window).resize(function(){
  7. a();
  8. });
Add Comment
Please, Sign In to add comment