$container.isotope('layout'); }); // Filtre değiştirildiğinde de yeni yüklenen görseller için düzeni güncelle. $('.isotope-filter').on('click', 'li', function () { setTimeout(function () { $container.imagesLoaded(function () { $container.isotope('layout'); }); }, 800); // Isotope animasyon süresi (750ms) + küçük bir pay }); }); $(document).ready(function () { // Proje kutusuna tıklanınca $('[data-fancybox]').fancybox({ loop: true, buttons: [ "zoom", "slideShow", "fullScreen", "download", "thumbs", "close" ] }); });