fix: image lightbox loading

This commit is contained in:
trisua 2025-05-12 21:31:33 -04:00
parent 08505c2403
commit d1e8e2b27c
3 changed files with 27 additions and 2 deletions

View file

@ -289,7 +289,9 @@ macros -%}
{{ icon "x" }}
</button>
<img src="" alt="Image" id="lightbox_img" />
<a href="" id="lightbox_img_a" target="_blank">
<img src="" alt="Image" id="lightbox_img" />
</a>
</div>
{% if user %}