Files
nhgooi.nl/resources/assets/js/functions/prettyPhoto.js
Jorit Tijsen 742c126a0a Add postcast styling
Add prettyPhoto
2024-03-18 17:17:54 +01:00

10 lines
226 B
JavaScript
Vendored

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