From 270ce222c468620a54e084fdec6085e4801c6bbc Mon Sep 17 00:00:00 2001 From: squirelo Date: Fri, 3 Oct 2014 10:37:57 +0200 Subject: [PATCH] comment js resize --- js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/global.js b/js/global.js index adf112e..2bafb84 100644 --- a/js/global.js +++ b/js/global.js @@ -1,4 +1,4 @@ - +/* resize .full-image class when the windows height change */ $(document).ready(function() { $('.full-image').css({'height':(($(window).height()))+'px'});