forked from rDrama/rDrama
1
0
Fork 0

make the images expandable

master
Aevann 2024-03-06 00:06:39 +02:00
parent 3d1d52771b
commit c686c99fad
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
{% block content %}
<h2 class="mt-4">{{title}}</h2>
{% for url in urls %}
<img class="mt-4 mr-3" style="max-width:80vw" src="{{url}}" loading="lazy">
<img class="mt-4 mr-3" style="max-width:80vw" src="{{url}}" loading="lazy" data-nonce="{{g.nonce}}" data-onclick="expandImage()">
{% endfor %}
{% endblock %}