Animation

[FinalTilesGallery id=’1′] jQuery(document).ready(function($) { var width = $(window).width(), height = $(window).height(); $( window ).resize(function() { if($(window).width() != width || $(window).height() != height){ location.reload(); } }); });