-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
Milestone
Description
Is it possible to resize an image for viewing in 'full screen'? I have some images which are in the order of 10Mb each.
- huge images are not good for mobile bandwidth
- longer load times
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:
- create mediums during index
- dynamic sizes based on screen resolution
cheers
bandita00, Zebradil and Hellmy