Skip to content

Commit 7543cde

Browse files
committed
fix: temp video rollback
1 parent 150c5c3 commit 7543cde

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

packages/styleguide/src/lib/Molecules/Video/Video.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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} />

packages/styleguide/src/lib/Molecules/Video/Video.stories.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
*/

0 commit comments

Comments
 (0)