From 7038af7adf190835d2eec1882527ae08839ab88f Mon Sep 17 00:00:00 2001 From: Joerg Gamerdinger Date: Thu, 25 Apr 2024 16:19:48 +0200 Subject: [PATCH] picture sensor --- src/components/widgets/Content.astro | 2 +- src/pages/index.astro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/widgets/Content.astro b/src/components/widgets/Content.astro index 28360b7..d48901d 100644 --- a/src/components/widgets/Content.astro +++ b/src/components/widgets/Content.astro @@ -79,7 +79,7 @@ const { class="mx-auto w-full rounded-lg bg-gray-500 shadow-lg" width={800} height={800} - widths={[400, 768]} + widths={[400, 768, 1000]} sizes="(max-width: 768px) 100vw, 432px" layout="responsive" {...(image as any)} diff --git a/src/pages/index.astro b/src/pages/index.astro index 27b7f35..c3a2224 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -202,6 +202,7 @@ const metadata = { image={{ src: '~/assets/images/SensorSetup.png', alt: 'Colorful Image' + width: '1000' }} >