dfs
This commit is contained in:
parent
38283a0038
commit
a87d68fc5e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 142 KiB |
|
@ -2,7 +2,7 @@
|
||||||
{% if sub %}
|
{% if sub %}
|
||||||
{% set image='/static/assets/images/subs/' + sub.name + '.webp?a=1008' %}
|
{% set image='/static/assets/images/subs/' + sub.name + '.webp?a=1008' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set image='/static/assets/images/2Much4You/sidebar.webp?a=1008' %}
|
{% set image='/static/assets/images/2Much4You/sidebar.webp?a=1009' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<img role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>
|
<img role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue