Skip to content

Commit 029c190

Browse files
authored
Merge pull request #13878 from guardian/doml/add-story-loop
Add webm story for loops
2 parents 9951edb + 0f19060 commit 029c190

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dotcom-rendering/src/components/LoopVideo.stories.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ export const Default = {
3535
},
3636
} satisfies StoryObj<typeof LoopVideo>;
3737

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+
3846
export const WithoutAudio = {
3947
name: 'Without Audio',
4048
args: {

0 commit comments

Comments
 (0)