remotes/1693045480750635534/spooky-22
Aevann1 2021-09-02 21:08:06 +02:00
parent de0150acc2
commit ba4bc7c06d
1 changed files with 1 additions and 2 deletions

View File

@ -316,8 +316,7 @@
<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" 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">
<img src="{{p.realurl(v)}}" class="img-fluid" style="max-height:500px;" alt="Unable to load image">
</a>
</div>
</div>