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
data() { return { code: `<div style="text-align: center;"> <h1>egami</h1> <h1>→</h1> <h1>image</h1> <video src='https://www.runoob.com/try/demo_source/movie.mp4' controls autoPlay></video> </div>`, src: null, } },
The text was updated successfully, but these errors were encountered:
fix: video clone (#10)
3c473d5
已修复,目前 video 截图需要视频源支持 CORS
https://modern-screenshot.vercel.app
示例提供了同源情况
<div style="text-align: center;"> <h1>egami</h1> <h1>→</h1> <h1>image</h1> <video src="/movie.mp4" controls autoPlay></video> </div>
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: