forked from MarseyWorld/MarseyWorld
expand all images
parent
a0a0c47e44
commit
869ccb6c68
|
@ -16,9 +16,7 @@
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{item[0]}}" target="_blank">
|
<img alt="{{item[0]}}" src="{{item[0]}}" loading="lazy" class="dm_img" data-nonce="{{g.nonce}}" data-onclick="expandImage()">
|
||||||
<img alt="{{item[0]}}" src="{{item[0]}}" loading="lazy" class="dm_img">
|
|
||||||
</a>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if item[1] != "Unknown" %}
|
{% if item[1] != "Unknown" %}
|
||||||
|
|
Loading…
Reference in New Issue