Skip to content

Commit 3a61577

Browse files
committed
fix grid alignment from leftCol + add comment to address low res images from main media component
1 parent 3ab1d8d commit 3a61577

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

dotcom-rendering/src/layouts/HostedArticleLayout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,16 @@ export const HostedArticleLayout = (props: WebProps | AppProps) => {
8383
css`
8484
overflow: hidden;
8585
max-height: 400px;
86+
${from.leftCol} {
87+
${grid.between(
88+
'left-column-start',
89+
'right-column-end',
90+
)}
91+
}
8692
`,
8793
]}
8894
>
95+
{/** @fixme This is currently returning low resolution images */}
8996
<MainMedia
9097
format={format}
9198
elements={article.mainMediaElements}

0 commit comments

Comments
 (0)