10 lines
226 B
JavaScript
Vendored
10 lines
226 B
JavaScript
Vendored
$(function () {
|
|
console.log($(".prettyPhoto[rel^='prettyPhoto']"));
|
|
$(".prettyPhoto[rel^='prettyPhoto']").prettyPhoto({
|
|
show_title: false,
|
|
slideshow: 3000,
|
|
overlay_gallery: true,
|
|
social_tools: ''
|
|
});
|
|
});
|