diff --git a/mkdocs.yml b/mkdocs.yml index 13edae2..5de9411 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,4 +61,16 @@ extra: - icon: fontawesome/brands/discord link: https://discord.gg/RWNQxAWad2 extra_css: - - stylesheets/extra.css \ No newline at end of file + - stylesheets/extra.css +plugins: + - glightbox: + touchNavigation: true + loop: false + effect: zoom + slide_effect: slide + width: 100% + height: auto + zoomable: true + draggable: true + auto_caption: true + caption_position: bottom \ No newline at end of file