forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-13 00:44:09 +02:00
parent 711e7b5f43
commit b35ce0ec9c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=40' %}
{% endif %}
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="/assets/images/rDrama/sidebar2.webp" width=100%>
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('/assets/images/rDrama/sidebar2.webp')" loading="lazy" src="/assets/images/rDrama/sidebar2.webp" width=100%>
{% if sub %}
{% if sub.sidebar_html %}