Files
nhgooi.nl/resources/assets/js/functions/prettyPhoto.js
2024-03-20 12:31:55 +01:00

9 lines
172 B
JavaScript
Vendored

$(function () {
$(".prettyPhoto[rel^='prettyPhoto']").prettyPhoto({
show_title: false,
slideshow: 3000,
overlay_gallery: true,
social_tools: ''
});
});