feat(SW-365): Implemented focal point

This commit is contained in:
Erik Tiekstra
2024-10-16 08:22:01 +02:00
parent 59ffbef8fb
commit 7d905a46bf
11 changed files with 14 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ export default async function ContentPage() {
<Hero
alt={hero_image.meta.alt || hero_image.meta.caption || ""}
src={hero_image.url}
focalPoint={hero_image.focalPoint}
/>
</div>
) : null}