We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 941dc85 + 6ca94f1 commit c25c943Copy full SHA for c25c943
qgis-app/plugins/templates/plugins/plugin_list_grid_card.html
@@ -49,7 +49,7 @@
49
<img alt="{% trans "Plugin icon" %}" src="{{ object.icon.url }}" />
50
</figure>
51
{% else %}
52
- {% thumbnail object.icon "256x256" format="PNG" as im %}
+ {% thumbnail object.icon "48x48" format="PNG" as im %}
53
<figure class="image is-48x48 m-0">
54
<img alt="{% trans "Plugin icon" %}" src="{{ im.url }}" />
55
0 commit comments