remotes/1693045480750635534/spooky-22
Aevann1 2021-09-02 21:04:49 +02:00
parent 35922976ff
commit de0150acc2
1 changed files with 4 additions and 1 deletions

View File

@ -315,7 +315,10 @@
{% 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="img-fluid" alt="Unable to anonymously 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="d-none d-md-block" style="max-height:500px;" alt="Unable to load image">
<img src="{{p.realurl(v)}}" class="d-block d-md-none img-fluid" alt="Unable to load image">
</a>
</div>
</div>
<pre></pre>