forked from rDrama/rDrama
1
0
Fork 0

fdMerge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-02-05 21:26:53 +00:00
commit 155fa428f2
1 changed files with 29 additions and 28 deletions

View File

@ -1,8 +1,9 @@
<<<<<<< HEAD
<div class="col sidebar text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px"> <div class="col sidebar text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
{% 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%>