Add thumbnail generation for images #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently images are not postprocessed. Therefore, depending on the size of the uploaded image, the thumbnail loading can be quite long and it is unnecessary to load the full scale image.
If the uploaded image is either greate than TBD pixels in width/height or exceeds a maximum file size limit (TBD), a thumbnail shall be generated to reduce loading times.
Removing milestone. This is not as important as getting the other stuff working first.