feat: image zooming

This commit is contained in:
taskylizard 2024-06-10 21:01:42 +00:00
parent a57b66a1f3
commit 5895d2e276
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
4 changed files with 19 additions and 0 deletions

7
public/js/baguetteBox.min.js vendored Normal file

File diff suppressed because one or more lines are too long

3
public/js/zoom.js Normal file
View file

@ -0,0 +1,3 @@
window.addEventListener("load", function () {
baguetteBox.run(".attachments");
});