From b191a56b77835ffe65e6cd232928bfa71c48895e Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Tue, 24 Oct 2023 12:51:35 -0400 Subject: [PATCH] Add glightbox --- mkdocs.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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