We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd384d5 + 246140d commit 50ea04fCopy full SHA for 50ea04f
dotcom-rendering/src/components/Card/Card.stories.tsx
@@ -483,6 +483,20 @@ export const WithDifferentImagePositions = () => {
483
);
484
};
485
486
+WithDifferentImagePositions.story = {
487
+ parameters: {
488
+ viewport: { defaultViewport: 'desktop' },
489
+ chromatic: {
490
+ viewports: [
491
+ breakpoints.mobile,
492
+ breakpoints.tablet,
493
+ breakpoints.desktop,
494
+ breakpoints.wide,
495
+ ],
496
+ },
497
498
+};
499
+
500
export const WithDifferentImageSizes = () => {
501
return (
502
<>
0 commit comments