Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(window).load(function () {
  2.        $(document).ready(function(){          
  3.            var height = $('.photoContainer').width();
  4.            $('.photoContainer').css('height', height);
  5.        });
  6.    });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement