Add glightbox
This commit is contained in:
parent
1681517ba5
commit
b191a56b77
1 changed files with 13 additions and 1 deletions
12
mkdocs.yml
12
mkdocs.yml
|
@ -62,3 +62,15 @@ extra:
|
||||||
link: https://discord.gg/RWNQxAWad2
|
link: https://discord.gg/RWNQxAWad2
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- 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
|
Loading…
Reference in a new issue