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 915c5e7 commit aeb8d0cCopy full SHA for aeb8d0c
www/src/lib/components/project-article.svelte
@@ -42,7 +42,7 @@ export let project
42
type="image/webp"
43
/>
44
<img
45
- class="h-full w-full object-contain"
+ class="h-full object-contain"
46
style:aspect-ratio={image.metadata.dimensions.aspectRatio}
47
style:max-height="{Math.floor(
48
image.metadata.dimensions.height / 2,
0 commit comments