jQuery(function($) { if( $('#Q9GFWL0WA9').length>0) $('#Q9GFWL0WA9').galleria({ width:680, height:450, 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(); })); }); } }); if( $('#0D128W3CST').length>0) $('#0D128W3CST').galleria({ width:680, height:450, 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(); })); }); } }); });