added more preview pages and more templates
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/*---------- Page Gallery ----------*/
|
||||
$(document).ready(function(){
|
||||
|
||||
//MAGNIFIC-POPUP
|
||||
$(".page-gallery").magnificPopup({
|
||||
|
||||
delegate: "a",
|
||||
type: "image",
|
||||
removalDelay: 500, //delay removal by X to allow out-animation
|
||||
gallery:{
|
||||
enabled: true
|
||||
},
|
||||
|
||||
})
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user