comment js resize

This commit is contained in:
squirelo
2014-10-03 10:37:57 +02:00
parent e13b0538b1
commit 270ce222c4
+1 -1
View File
@@ -1,4 +1,4 @@
/* resize .full-image class when the windows height change */
$(document).ready(function() {
$('.full-image').css({'height':(($(window).height()))+'px'});