I have some hi-res images that are captured with the camera and some that are downloaded from a server. They are all in the filesystem.
I want to show them in a gallery, so the user can view all images, and open the h-res image in a modal.
But when I display more than 100 of them as thumbnails, resized using CSS, the app crashes. I need to create thumbnails, and open the hi-res ones in the modal
Can anyone suggest a way to create a thumbnail on the fly ?