added more preview pages and more templates
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
})
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user