diff options
| author | 2025-10-18 22:44:19 +0700 | |
|---|---|---|
| committer | 2025-10-18 22:44:19 +0700 | |
| commit | 7a65150afeb67ab83ac2eb34194601033e3d647d (patch) | |
| tree | 8607e2e62d5bbbc2c2f5b1932c047200d6a10c80 /views | |
| parent | 7275a7813d6ecaba344e25ddb5b24083e4861a76 (diff) | |
| download | web-7a65150afeb67ab83ac2eb34194601033e3d647d.tar.gz web-7a65150afeb67ab83ac2eb34194601033e3d647d.zip | |
feat: uninterruptable lightbox
fix: image description taking up all the height in glightbox
Diffstat (limited to 'views')
| -rw-r--r-- | views/pages/blog-page.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/pages/blog-page.html b/views/pages/blog-page.html index c9c9e91..77164fa 100644 --- a/views/pages/blog-page.html +++ b/views/pages/blog-page.html @@ -46,6 +46,11 @@ {{ .MapLocationY }}, {{ .MapLocationAreaMeters }} ), 1000); + + var lightbox = GLightbox({ + selector: '.glightbox', + moreLength: 0 + }); </script> {{- end }} </div> |