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.
1 parent 7543ada commit 6de395fCopy full SHA for 6de395f
_includes/asset.html
@@ -11,8 +11,7 @@
11
{%- endif -%}
12
<div class='asset clickable left light-text compact {{ asset.tags | join: "%%" | replace: " ", "" | split: "%%" | join: " " | downcase }}' data-name="{{ asset.name }}" data-description="{{ asset.description }}">
13
<a href="/assets/{{ include.id }}">
14
- <div id="image" style="background: url('{{thumb_base}}{{ thumb }}') center/cover; padding: 0; margin: 0; height: 190px">
15
- </div>
+ <img src="{{ thumb_base }}{{ thumb }}" width="100%" height="190px" loading="lazy" style="object-fit: cover"/>
16
<div style="display: grid; grid-template-columns: 70% auto; grid-gap: 0;">
17
<div style="padding: 0px">
18
<b>{{ asset.name }}</b>
0 commit comments