forked from friendica/friendica-addons
ae28f6ef01
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.
3 lines
No EOL
73 B
JavaScript
3 lines
No EOL
73 B
JavaScript
$(document).ready(function() {
|
|
$.fancybox.defaults.loop = "true";
|
|
}); |