jQuery(function($) { if( $('#BBZ98W3Q39').length>0) $('#BBZ98W3Q39').galleria({ width:600, height:400, transition :"fade", imageCrop:true, extend: function(options) { // listen to when an image is shown this.bind('image', function(e) { // lets make galleria open a lightbox when clicking the main image: $(e.imageTarget).click(this.proxy(function() { this.openLightbox(); })); }); } }); });