File tree Expand file tree Collapse file tree
dotcom-rendering/src/components/Card/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,58 +72,6 @@ export const WithSelfHostedVideo = {
7272 } ,
7373} satisfies Story ;
7474
75- export const WithSelfHostedVideoOnGallery = {
76- ...WithGallery ,
77- args : {
78- ...WithGallery . args ,
79- format : {
80- display : ArticleDisplay . Standard ,
81- design : ArticleDesign . Gallery ,
82- theme : Pillar . Opinion ,
83- } ,
84- mainMedia : {
85- type : 'SelfHostedVideo' ,
86- videoStyle : 'Loop' ,
87- atomId : 'atom-id-123' ,
88- sources : [
89- {
90- src : 'https://uploads.guim.co.uk/2026/01/09/Front_loop__Iran_TiF_Latest--64220ebf-d63d-48dd-9317-16b3b150a4ac-1.1.m3u8' ,
91- mimeType : 'application/vnd.apple.mpegurl' ,
92- } ,
93- ] ,
94- height : 720 ,
95- width : 576 ,
96- duration : 18 ,
97- } ,
98- } ,
99- } satisfies Story ;
100-
101- export const WithSelfHostedVideoOnAudio = {
102- ...WithAudio ,
103- args : {
104- ...WithAudio . args ,
105- format : {
106- display : ArticleDisplay . Standard ,
107- design : ArticleDesign . Audio ,
108- theme : Pillar . Opinion ,
109- } ,
110- mainMedia : WithSelfHostedVideoOnGallery . args . mainMedia ,
111- } ,
112- } satisfies Story ;
113-
114- export const WithSelfHostedVideoOnVideo = {
115- ...WithVideo ,
116- args : {
117- ...WithVideo . args ,
118- format : {
119- display : ArticleDisplay . Standard ,
120- design : ArticleDesign . Video ,
121- theme : Pillar . Opinion ,
122- } ,
123- mainMedia : WithSelfHostedVideoOnGallery . args . mainMedia ,
124- } ,
125- } satisfies Story ;
126-
12775export const WithNewsletter = {
12876 ...WithAge ,
12977 args : {
You can’t perform that action at this time.
0 commit comments