-
Notifications
You must be signed in to change notification settings - Fork 210
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
[Suggestion] resize images for display #50
Comments
Hi I was considering to resize/encode original media files. For photos I'll do something similar what I do with the thumbnails. (like you can add certain resolutions, like So I'll add this. But again no promise for a deadline. But I might take it with a higher priority, since its a relatively simple feature. Patrik |
G'day Patrik, just wondering if you have had a chance to look into this one? No pressure if you havent, just curious. cheers, |
Hi, Sorry but I got super busy with finishing up my PHD. Best, |
Hi, I have added this feature in one of the latest commits. Best, |
Is it possible to resize an image for viewing in 'full screen'? I have some images which are in the order of 10Mb each.
My suggestions is that the images a resized to a smaller resolution that is suitable for display on a screen. There are a number of dynamic methods of doing this, but the simplest implementation would be to have a configuration item which you set a static maximum size for the image. It could even be opt in/out. download would still be the original file.
This would require a little more work on part of the server, but should not be too onerous.
future improvements could be:
cheers
The text was updated successfully, but these errors were encountered: