// ------- preloader -------// $(window).load(function(){ $('.preloader').fadeout("slow"); // set duration in brackets }); /* html document is loaded. dom is ready. -------------------------------------------*/ $(function(){ // --------- portfolio image ----- // $('#portfolio a').nivolightbox({ effect: 'fadescale', }); });