mirror of
https://github.com/FAUSheppy/python-flask-picture-factory
synced 2025-12-06 07:01:37 +01:00
fix: improve image display overview-css
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
{% for path in paths %}
|
||||
{% if not "cache" in path %}
|
||||
<a href="/m/{{ path }}">
|
||||
<img alt="{{ path }}" src="/m/{{ path }}?encoding=webp&x=250" class="float: right"></img>
|
||||
<img alt="{{ path }}" src="/m/{{ path }}?encoding=webp&x=250"
|
||||
style="max-width: 250px; max-heigh: 250px; overflow: hidden; background: red;">
|
||||
</img>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user