-
-
Notifications
You must be signed in to change notification settings - Fork 571
[6.x] Asset video thumbnail generation #11841
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
base: ui
Are you sure you want to change the base?
[6.x] Asset video thumbnail generation #11841
Conversation
Nice! Would it be possible to merge the hook data into the asset resource after merging the thumbnail data? That would be a simple way of allowing what PR #10594 was trying to accomplish, just via hooks. With the current order, there's no way of setting a custom cms/src/Http/Resources/CP/Assets/FolderAsset.php Lines 89 to 90 in a90c7d2
Or maybe add another explicit thumbnail hook, if that makes more sense? |
This will allow people to customize the thumbnails much more easily
Love this! I've made an adjustment to how things are merged that will make it possible to override any thumbnail 🤘 |
Amazing! Can't wait for this to land 🎊 |
This PR adds the ability to automatically generate thumbnails for video assets within the Control Panel's asset browser.
Docs to come!
Closes statamic/ideas#1120.