First Commit

This commit is contained in:
2025-11-02 22:52:08 +01:00
commit 73fbbf1be2
5821 changed files with 977526 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
$(document).ready(function () {
$("a[rel^='prettyPhoto']").prettyPhoto({
animationSpeed: 'normal', /* fast/slow/normal */
opacity: 1, /* Value betwee 0 and 1 */// show_title: true, /* true/false */
allow_resize: false, /* true/false */
theme: 'dark_square', /* light_rounded / dark_rounded / light_square / dark_square */
social_tools:''
});
});