File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ export default {
19
19
export const Default = {
20
20
name : 'Default' ,
21
21
args : {
22
- src : 'https://uploads.guim.co.uk/2024/10/01/241001HeleneLoop_2 .mp4' ,
22
+ src : 'https://uploads.guim.co.uk/2025%2F06%2F20%2Ftesting+only%2C+please+ignore--3cb22b60-2c3f-48d6-8bce-38c956907cce-3 .mp4' ,
23
23
videoId : 'test-video-1' ,
24
- height : 1080 ,
25
- width : 1920 ,
24
+ height : 720 ,
25
+ width : 900 ,
26
26
thumbnailImage :
27
27
'https://media.guim.co.uk/9bdb802e6da5d3fd249b5060f367b3a817965f0c/0_0_1800_1080/master/1800.jpg' ,
28
28
fallbackImageComponent : (
@@ -35,20 +35,13 @@ export const Default = {
35
35
} ,
36
36
} satisfies StoryObj < typeof LoopVideo > ;
37
37
38
- export const WithWebmFile = {
39
- name : 'With Webm File ' ,
38
+ export const Without5to4Ratio = {
39
+ name : 'Without 5:4 aspect ratio ' ,
40
40
args : {
41
41
...Default . args ,
42
- height : 496 ,
43
- width : 620 ,
44
- src : 'https://interactive.guim.co.uk/atoms/2023/01/2025-trump-100-days/assets/v/1746020259/videos/header-video.webm' ,
45
- } ,
46
- } satisfies StoryObj < typeof LoopVideo > ;
47
42
48
- export const WithoutAudio = {
49
- name : 'Without Audio' ,
50
- args : {
51
- ...Default . args ,
52
- hasAudio : false ,
43
+ src : 'https://uploads.guim.co.uk/2024/10/01/241001HeleneLoop_2.mp4' ,
44
+ height : 1080 ,
45
+ width : 1920 ,
53
46
} ,
54
47
} satisfies StoryObj < typeof LoopVideo > ;
You can’t perform that action at this time.
0 commit comments