File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
packages/styleguide/src/lib/Molecules/Video Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,6 @@ The Video component is a feature-rich video player that supports multiple video
4545
4646## Variants
4747
48- ### HLS Stream With Captions, Chapters And Thumbnails
49-
50- <Canvas of = { VideoStories .VideoWithTracksAndThumbnails } />
51-
5248### YouTube Video
5349
5450<Canvas of = { VideoStories .Youtube } />
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ export const Default: Story = {
1717 translations : {
1818 Play : 'Play Intro Video' ,
1919 } ,
20- showPlayerEmbed : false ,
2120 } ,
2221} ;
2322
@@ -35,13 +34,12 @@ export const Vimeo: Story = {
3534 } ,
3635} ;
3736
38- export const VideoWithTracksAndThumbnails : Story = {
37+ /* export const VideoWithTracksAndThumbnails: Story = {
3938 args: {
4039 videoUrl: 'https://files.vidstack.io/sprite-fight/hls/stream.m3u8',
4140 videoTitle: 'Sprite Fight',
4241 placeholderImage: 'https://files.vidstack.io/sprite-fight/poster.webp',
4342 autoplay: false,
44-
4543 textTracks: [
4644 {
4745 src: 'https://files.vidstack.io/sprite-fight/subs/english.vtt',
@@ -67,3 +65,4 @@ export const VideoWithTracksAndThumbnails: Story = {
6765 thumbnails: 'https://files.vidstack.io/sprite-fight/thumbnails.vtt',
6866 },
6967};
68+ */
You can’t perform that action at this time.
0 commit comments