File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ export const Default = {
21
21
args : {
22
22
src : 'https://uploads.guim.co.uk/2024/10/01/241001HeleneLoop_2.mp4' ,
23
23
videoId : 'test-video-1' ,
24
- height : 337.5 ,
25
- width : 600 ,
24
+ height : 1080 ,
25
+ width : 1920 ,
26
26
thumbnailImage :
27
27
'https://media.guim.co.uk/9bdb802e6da5d3fd249b5060f367b3a817965f0c/0_0_1800_1080/master/1800.jpg' ,
28
28
fallbackImageComponent : (
@@ -39,6 +39,8 @@ export const WithWebmFile = {
39
39
name : 'With Webm File' ,
40
40
args : {
41
41
...Default . args ,
42
+ height : 496 ,
43
+ width : 620 ,
42
44
src : 'https://interactive.guim.co.uk/atoms/2023/01/2025-trump-100-days/assets/v/1746020259/videos/header-video.webm' ,
43
45
} ,
44
46
} satisfies StoryObj < typeof LoopVideo > ;
You can’t perform that action at this time.
0 commit comments