vThumb.js
vThumb.js copied to clipboard
Cannot generate thumbnails from a Url.
A user is not able to generate thumbnails from a video file URL.
Error:
Access to video at 'https://xyz.com/file_example_MP4_640_3MG.mp4' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Acceptance criteria It should generate thumbnails from a video file URL
setting "crossorigin" attribute with "anonymous" to video element may help. reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/crossorigin