lightbox on masonry - does not work with many 300 images

This commit is contained in:
rimu 2024-03-17 12:52:51 +13:00
parent ac13ca19ec
commit 42112bcc02

View file

@ -239,7 +239,7 @@
<script type="text/javascript" src="{{ url_for('static', filename='js/scripts.js', changed=getmtime('js/scripts.js')) }}"></script>
{% if not low_bandwidth %}
{% if post_layout == 'masonry' or post_layout == 'masonry_wide' %}
<script type="text/javascript" src="{{ url_for('static', filename='js/fslightbox.js') }}"></script>
<!-- -->
{% endif %}
<script type="text/javascript" src="{{ url_for('static', filename='js/markdown/downarea.js') }}"></script>
{% endif %}