2013-01-30 16:18:36 +00:00
|
|
|
(function($) {
|
2014-01-31 02:44:17 +00:00
|
|
|
$(function() {
|
2013-01-30 16:18:36 +00:00
|
|
|
|
|
|
|
// Lightbox
|
2018-11-02 16:06:30 +00:00
|
|
|
$("a.zoom, a[data-rel^='prettyPhoto']").prettyPhoto({
|
2013-11-18 13:00:56 +00:00
|
|
|
hook: 'data-rel',
|
2013-01-30 16:18:36 +00:00
|
|
|
social_tools: false,
|
2013-01-31 14:15:50 +00:00
|
|
|
theme: 'pp_woocommerce',
|
2013-06-07 14:25:30 +00:00
|
|
|
horizontal_padding: 20,
|
2013-09-16 14:24:42 +00:00
|
|
|
opacity: 0.8,
|
2013-03-15 15:17:25 +00:00
|
|
|
deeplinking: false
|
2013-01-30 16:18:36 +00:00
|
|
|
});
|
|
|
|
|
|
|
|
});
|
2014-01-31 02:44:17 +00:00
|
|
|
})(jQuery);
|