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 b1d0037 commit 481c16aCopy full SHA for 481c16a
apps/typegpu-docs/src/components/ExampleCard.tsx
@@ -20,6 +20,7 @@ export function ExampleCard({ example }: { example: Example }) {
20
src={example.thumbnails.large}
21
alt={example.metadata.title}
22
className='h-full w-full object-cover'
23
+ loading='lazy'
24
/>
25
</picture>
26
)
0 commit comments