rebase from live enviornment
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
(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);
|
||||
Reference in New Issue
Block a user