File "jquery.prettyPhoto.init.js"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js
File size: 254 bytes
MIME-type: text/plain
Charset: utf-8
(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);