Skip to content

Commit

Permalink
picture sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 25, 2024
1 parent bf2198b commit 7038af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Content.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ const metadata = {
image={{
src: '~/assets/images/SensorSetup.png',
alt: 'Colorful Image'
width: '1000'
}}
>
<Fragment slot="content">
Expand Down

0 comments on commit 7038af7

Please sign in to comment.