diff --git a/src/components/widgets/Steps.astro b/src/components/widgets/Steps.astro index 865ff3b..c19f4b6 100644 --- a/src/components/widgets/Steps.astro +++ b/src/components/widgets/Steps.astro @@ -63,6 +63,8 @@ const { widths={[400, 768]} sizes="(max-width: 768px) 100vw, 432px" aspectRatio="432:768" + width={432} + height={768} {...image} /> ))