Files
nhgooi.nl/resources/assets/js/functions/prettyPhoto.js
2025-07-15 15:45:09 +02:00

9 lines
172 B
JavaScript
Executable File
Vendored

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