ernst67 wrote: Is it possible to crop images after upload, but before they are stored?
I fell in love with the way Eventbrite does this. In JEM there is often a discrepancy between the event image that you want to display in detail view and the one you want in list view. Mostly the last one needs to be in a fixed px x px format to keep the list view clean and sharp.
That is exactly how I would like to see this.
1. the thumbnails should have a fixed aspect ration. i.e. they all should be square in the list view and not the ratio of the original image, to keep the list view overall consistent (I'll post a question on this in a separate thread)
2. preferably the the image in the detail view should be the same size on all pages (here you could achieve this with css, with the image in a box, like I did on my site)
3. as I stated in the beginning of this threat the file size limit is drawback for the enduser
Resizing is best done on upload, or maybe even beter on save.