-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
Thumbnail support gone? #321
Comments
+1, this is a pretty important feature! |
Agreed, any word on this? |
Why was this removed? We used this during production. It would be greatly appreciated if this was possible again. |
Automatic thumbnail generation and ability to select the timecode to use for the thumbnail was the primary reason that I adopted Mux and this plugin. Has the removal of this feature been documented anywhere? |
FWIW I made my own solution to display an animated gif thumbnail for list previews of items with a mux video. This is part of a coverVideo.tsx schema file for an object that contains a 'muxVideo' field of the type 'mux.video'. Add the necessary parts of this to your usual object schema file where a mux.video field type is being used.
In my real application this is inside a custom preview component with the img generation wrapped in useMemo so it's not constantly updating as Sanity is used (at least that's my understanding - I'm new to react). |
deal breaker |
Previously it was possible to select a thumbnail using the plugin, value that would be stored in the video document to be consumed as any other property.
This seems to have disappeared with the new version. Are there any plans to bring it back?
Thanks!
The text was updated successfully, but these errors were encountered: