diff --git a/packages/marko-web-theme-monorail/components/nodes/section-feed-content.marko b/packages/marko-web-theme-monorail/components/nodes/section-feed-content.marko index f64b0d32c..4a9f9bf8a 100644 --- a/packages/marko-web-theme-monorail/components/nodes/section-feed-content.marko +++ b/packages/marko-web-theme-monorail/components/nodes/section-feed-content.marko @@ -241,14 +241,14 @@ $ const blockName = "section-feed-content-node"; $ const link = linkField && get(content, linkField) ? get(content, linkField) : get(content, "siteContext.path"); <@link href=link target=linkTarget attrs=linkAttrs /> - <@source srcset=srcset media="(min-width: 768px)" width=250 height=167 /> + <@source srcset=srcset media="(min-width: 768px)" width=imageOptions.w height=imageOptions.h /> <@image src=srcMobile srcset=srcsetMobile class=[`${blockName}__image`] alt=primaryImage.alt lazyload=lazyload - attrs={ width: "112", height: "112" } + attrs={ width: mobileImageOptions.w, height: mobileImageOptions.h } />