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
There are two different ways to convert a Cloudinary video URL to a thumbnail image of the video:
f_jpg
In both cases, the assetType captured by this regex is video, which leads to an unsupported error.
assetType
video
Video thumbnails feel like a valid use case, and I'm happy to do the work to add the support.
But what's the right logic? Is it too opinionated to say if it's a video, then we check for a valid image extension on the URL?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are two different ways to convert a Cloudinary video URL to a thumbnail image of the video:
f_jpg
(or similar) transformationIn both cases, the
assetType
captured by this regex isvideo
, which leads to an unsupported error.Video thumbnails feel like a valid use case, and I'm happy to do the work to add the support.
But what's the right logic? Is it too opinionated to say if it's a
video
, then we check for a valid image extension on the URL?The text was updated successfully, but these errors were encountered: