We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed Vidstack Player according to this document but what I got is a black screen for .
After some testing and comparing, I found the document is lack of a statement.
Before:
<template> <media-player .title="Sprite Fight" .src="https://files.vidstack.io/sprite-fight/720p.mp4"> <ClientOnly> <media-provider></media-provider> </ClientOnly> </media-player> </template>
Sould be:
<template> <media-player title="Sprite Fight" src="https://files.vidstack.io/sprite-fight/720p.mp4" > <media-provider></media-provider> <media-video-layout thumbnails="https://files.vidstack.io/sprite-fight/thumbnails.vtt" /> </media-player> </template>
hope this helps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
URL: https://vidstack.io/docs/player/getting-started/installation/vue/?bundler=nuxt&provider=video&styling=tailwind-css
Describe:
I installed Vidstack Player according to this document but what I got is a black screen for .
After some testing and comparing, I found the document is lack of a statement.
Before:
Sould be:
hope this helps.
The text was updated successfully, but these errors were encountered: