added more preview pages and more templates

This commit is contained in:
2026-07-21 07:10:03 -05:00
parent c6119ffdf5
commit b19fdee30d
3726 changed files with 651487 additions and 6169 deletions
+16
View File
@@ -0,0 +1,16 @@
/*---------- gallery ----------*/
$(document).ready(function(){
//MAGNIFIC-POPUP
$(".gallery").magnificPopup({
delegate: "a",
type: "image",
removalDelay: 500, //delay removal by X to allow out-animation
gallery:{
enabled: true
},
})
});