// photobos js $('.port_gallery').photobox('.photobox_a'); $('.port_gallery').photobox('.photobox_a:first', { thumbs:false, time:0 }, imageLoaded); function imageLoaded(){ console.log('image has been loaded...'); }