]> git.mxchange.org Git - friendica-addons.git/commit
AddOn Fancybox
authorGrischa Brockhaus <github@brockha.us>
Thu, 24 Nov 2022 22:48:08 +0000 (23:48 +0100)
committerGrischa Brockhaus <github@brockha.us>
Thu, 24 Nov 2022 22:48:08 +0000 (23:48 +0100)
commitae28f6ef01347f7a38370aab42d4e959d8a72038
tree2e0aea80e9d0514cb9899f5c5c0eba5bf6636c16
parent30329df0dd81fbfc920f11bda7c85f8cdcd299d1
AddOn Fancybox

This addon loads all media attachments of a post into a "fancybox" instead of linking directly to the media.
Each post gets its own attachment library, when there are more than one media attached you can scroll through them.
15 files changed:
fancybox/CHANGELOG.md [new file with mode: 0644]
fancybox/README.md [new file with mode: 0644]
fancybox/asset/fancybox/README.md [new file with mode: 0644]
fancybox/asset/fancybox/fancybox.config.js [new file with mode: 0644]
fancybox/asset/fancybox/jquery.fancybox.css [new file with mode: 0644]
fancybox/asset/fancybox/jquery.fancybox.js [new file with mode: 0644]
fancybox/asset/fancybox/jquery.fancybox.min.css [new file with mode: 0644]
fancybox/asset/fancybox/jquery.fancybox.min.js [new file with mode: 0644]
fancybox/createrelease [new file with mode: 0755]
fancybox/dist/release.zip [new file with mode: 0644]
fancybox/fancybox.php [new file with mode: 0644]
fancybox/test/fancybox-3.5.7.zip [new file with mode: 0644]
fancybox/test/imagetest.html [new file with mode: 0644]
fancybox/test/test.html [new file with mode: 0644]
fancybox/test/test.out.html [new file with mode: 0644]