woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js

16 lines
254 B
JavaScript
Raw Permalink Normal View History

2021-12-10 12:03:04 +00:00
(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);