Add postcast styling
Add prettyPhoto
This commit is contained in:
9
resources/assets/js/functions/prettyPhoto.js
vendored
Normal file
9
resources/assets/js/functions/prettyPhoto.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
$(function () {
|
||||
console.log($(".prettyPhoto[rel^='prettyPhoto']"));
|
||||
$(".prettyPhoto[rel^='prettyPhoto']").prettyPhoto({
|
||||
show_title: false,
|
||||
slideshow: 3000,
|
||||
overlay_gallery: true,
|
||||
social_tools: ''
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user