-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Choose preview image if desired #206
Comments
Hmmm, my only issue here is that recreating the hub, you'll lose this information - currently you can delete the thumbnail "cache", and recreate it all without any consequences! 🤔 I wonder what the usecase is... A better idea might be to autodetect a file named |
#178 This one! 😄 |
This sounds like a good option as well, though it forces users to format things a certain way. I would reach out to the user who requested this feature before developing - just to get a sense of why / when they would be interested in using it 👍 ps -- this is for the |
The gentleman who requested the feature initially emailed me recently expressing he's looking forward to the version 2 and was wondering if I'd thought about including the option to replace the main image. I asked if drag-and-drop is a decent-enough interface and he said that would be great. Turns out ❤️ Angular ❤️ makes detecting drop events stupid easy: just add So I'm going to include this feature in 2.0.0 😉 |
Solved with #238 😎 |
It's not clear to me why anyone would want this option, but I had a user request it 🤷♂
It's technically feasible. For ease of UI we could have the app receive drag-drop events, and if the event happens over a particular thumbnail, we'll just swap in* the image.
*
ffmpeg
already can handle an image resize, so it shouldn't be too problematic 😅The text was updated successfully, but these errors were encountered: