Spaces:
Runtime error
Runtime error
missing loading lazy attr
Browse files
client/src/components/NewsBlock.svelte
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
class="w-full max-w-[15rem] md:max-w-md object-cover object-top aspect-[4/3]"
|
11 |
src={feedEntry.media_content[0].url}
|
12 |
alt={feedEntry.title}
|
|
|
13 |
/>
|
14 |
</a>
|
15 |
{/if}
|
|
|
10 |
class="w-full max-w-[15rem] md:max-w-md object-cover object-top aspect-[4/3]"
|
11 |
src={feedEntry.media_content[0].url}
|
12 |
alt={feedEntry.title}
|
13 |
+
loading="lazy"
|
14 |
/>
|
15 |
</a>
|
16 |
{/if}
|