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 9951edb + 0f19060 commit 029c190Copy full SHA for 029c190
dotcom-rendering/src/components/LoopVideo.stories.tsx
@@ -35,6 +35,14 @@ export const Default = {
35
},
36
} satisfies StoryObj<typeof LoopVideo>;
37
38
+export const WithWebmFile = {
39
+ name: 'Without Audio',
40
+ args: {
41
+ ...Default.args,
42
+ src: 'https://interactive.guim.co.uk/atoms/2023/01/2025-trump-100-days/assets/v/1746020259/videos/header-video.webm',
43
+ },
44
+} satisfies StoryObj<typeof LoopVideo>;
45
+
46
export const WithoutAudio = {
47
name: 'Without Audio',
48
args: {
0 commit comments