Photos

' ).insertBefore( $grid ), stapel = $grid.stapel( { randomAngle : true, delay : 50, gutter : 90, pileAngles : 5, onLoad : function() { $loader.remove(); }, onBeforeOpen : function( pileName ) { $name.html( pileName ); }, onAfterOpen : function( pileName ) { $close.show(); } }); $close.on( 'click', function() { $close.hide(); $name.empty(); stapel.closePile(); } ); jQuery('a.gallery').colorbox({ transition:"fade", maxWidth:'90%', maxHeight:'90%' }); }); jQuery.colorbox.settings.maxWidth = '90%'; jQuery.colorbox.settings.maxHeight = '90%'; // ColorBox resize function var resizeTimer; function resizeColorBox() { if (resizeTimer) clearTimeout(resizeTimer); resizeTimer = setTimeout(function() { if (jQuery('#cboxOverlay').is(':visible')) { jQuery.colorbox.load(true); } }, 300); } // Resize ColorBox when resizing window or changing mobile device orientation jQuery(window).resize(resizeColorBox); window.addEventListener("orientationchange", resizeColorBox, false);

IMAGE GALLERY