Skip to content

Instantly share code, notes, and snippets.

@drrobotnik
Created October 31, 2014 19:03
Show Gist options
  • Save drrobotnik/be67081bff5065421ea4 to your computer and use it in GitHub Desktop.
Save drrobotnik/be67081bff5065421ea4 to your computer and use it in GitHub Desktop.
(function($) {
$(function() {
// Lightbox
$("a.zoom").prettyPhoto({
hook: 'data-rel',
social_tools: false,
theme: 'pp_woocommerce',
horizontal_padding: 20,
opacity: 0.8,
deeplinking: false
});
$("a[data-rel^='prettyPhoto']").prettyPhoto({
hook: 'data-rel',
social_tools: false,
theme: 'pp_woocommerce',
horizontal_padding: 20,
opacity: 0.8,
deeplinking: false
});
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment