mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
lightbox on masonry - does not work with many 300 images
This commit is contained in:
parent
ac13ca19ec
commit
42112bcc02
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue