Add postcast styling

Add prettyPhoto
This commit is contained in:
Jorit Tijsen
2024-03-18 17:17:54 +01:00
parent 8ce3a1d7b3
commit 742c126a0a
31 changed files with 1284 additions and 361 deletions

View File

@@ -101,6 +101,16 @@ $(function () {
$('.menu, .mobile-menu').menu({});
});
$(function () {
console.log($(".prettyPhoto[rel^='prettyPhoto']"));
$(".prettyPhoto[rel^='prettyPhoto']").prettyPhoto({
show_title: false,
slideshow: 3000,
overlay_gallery: true,
social_tools: ''
});
});
(function ($) {
/**