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.
1 parent 55ad5e1 commit 21ab3d9Copy full SHA for 21ab3d9
dotcom-rendering/src/components/MoreGalleries.stories.tsx
@@ -1,3 +1,4 @@
1
+import { breakpoints } from '@guardian/source/foundations';
2
import type { Meta, StoryObj } from '@storybook/react-webpack5';
3
import { galleryOnwardsTrails } from '../../fixtures/manual/onwardsTrails';
4
import { ArticleDesign, ArticleDisplay, Pillar } from '../lib/articleFormat';
@@ -23,6 +24,11 @@ export const Default = {
23
24
theme: Pillar.Culture,
25
},
26
27
+ parameters: {
28
+ chromatic: {
29
+ viewports: [breakpoints.mobile, breakpoints.desktop],
30
+ },
31
32
} satisfies Story;
33
34
export const WithFourCards = {
0 commit comments