forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann1 2022-09-11 08:45:43 +02:00
parent 5546bf56f3
commit cd79a86b99
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
{% extends "default.html" %}
{% block content %}
<style>
.asset-submission {
max-width: 150px !important;
max-height: 150px !important;
}
</style>
<pre>
@ -17,7 +23,7 @@
<tr>
<td>{{loop.index}}</td>
<td>{{image}}</td>
<td><img loading="lazy" data-bs-toggle="tooltip" src="/asset_submissions/marseys/{{image}}"></td>
<td><img class="asset-submission" loading="lazy" alt="{{name}}" src="/asset_submissions/marseys/{{image}}"></td>
</tr>
{% endfor %}