We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
project-card.njk
1 parent 4d07378 commit d4fef3cCopy full SHA for d4fef3c
1 file changed
src/_includes/components/snippets/project-card.njk
@@ -4,9 +4,11 @@
4
{% if project.data.image %}
5
<div class="card-image">
6
<img class="card-background"
7
- width="100"
8
- height="100"
+ eleventy:output="/images/"
+ width="400"
9
+ height="400"
10
loading="lazy"
11
+ decoding="async"
12
src="{{ project.data.image }}"
13
alt="Image of {{ project.data.title }}">
14
</div>
0 commit comments