mirror of
https://github.com/FAUSheppy/python-flask-picture-factory
synced 2025-12-06 23:21:35 +01:00
fix: improve image display overview-css
This commit is contained in:
@@ -24,7 +24,9 @@
|
|||||||
{% for path in paths %}
|
{% for path in paths %}
|
||||||
{% if not "cache" in path %}
|
{% if not "cache" in path %}
|
||||||
<a href="/m/{{ 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>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user