Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/assets/js/prettyPhoto/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/assets/js
(function($) {
$(function() {
// Lightbox
$("a.zoom, a[data-rel^='prettyPhoto']").prettyPhoto({
hook: 'data-rel',
social_tools: false,
theme: 'pp_woocommerce',
horizontal_padding: 20,
opacity: 0.8,
deeplinking: false
});
});
})(jQuery);