remotes/1693045480750635534/spooky-22
Aevann1 2021-09-02 20:50:00 +02:00
parent f0a8a30934
commit 35922976ff
1 changed files with 1 additions and 4 deletions

View File

@ -315,10 +315,7 @@
{% if p.is_image %}
<div class="row no-gutters">
<div class="col">
<a {% if not v or v.newtabexternal %}target="_blank"{% endif %} rel="noopener noreferrer" href="{{p.realurl(v)}}">
<img src="{{p.realurl(v)}}" class="d-none d-md-block img-fluid" style="max-width:50%;" alt="Unable to load image">
<img src="{{p.realurl(v)}}" class="d-block d-md-none img-fluid" style="max-width:100%;" alt="Unable to load image">
</a>
<a {% if not v or v.newtabexternal %}target="_blank"{% endif %} rel="noopener noreferrer" href="{{p.realurl(v)}}"><img src="{{p.realurl(v)}}" class="img-fluid" alt="Unable to anonymously load image"></a>
</div>
</div>
<pre></pre>