ikdifkrfijigtoeo

remotes/1693045480750635534/spooky-22
fireworks88 2021-09-06 01:07:06 +02:00
parent 608cfb579c
commit b2634df62e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<img loading="lazy" src="{{p.thumb_url}}" class="post-img">
</a>
{% elif p.is_image %}
<a href="javascript:void(0)" class="expandable-image" data-toggle="modal" data-target="#expandImageModal" data-url="{{p.realurl(v)}}">
<a href="javascript:void(0)" class="expandable-image" data-toggle="modal" data-target="#expandImageModal" data-url="{{p.realurl(v)}}" onclick="expandDesktopImage('{{ p.realurl(v) }}')">
<img loading="lazy" src="{{p.thumb_url}}" class="post-img">
</a>
{% elif not p.is_video %}