Greenstand / treetracker-wallet-app

The Greenstand Wallet App
https://wallet.treetracker.org
14 stars 43 forks source link

Add image thumbnail feature #124

Closed dadiorchen closed 3 years ago

dadiorchen commented 3 years ago

Currently, we are loading the original images into lists, it is pretty slow and unnecessary, we need a thumbnail service to crop the image to show thumbnail.

Reference: https://github.com/Greenstand/treetracker-admin-client/blob/master/src/components/OptimizedImage.js

Screen Shot 2021-09-25 at 11 41 29 AM

Some hints:

jwgatt commented 3 years ago

This one looks decent https://cloudinary.com/documentation/image_transformations

dadiorchen commented 3 years ago

@jwgatt great, I ever used that service, I mean cloudinary.com, it's good, our admin panel team is using this service: https://statically.io/ what do you think? Which one do you prefer. They said it's for free and has no visiting and court limitations.

VWRoli commented 3 years ago

Are you working on this @jwgatt ? Because I have a working solution with https://statically.io/ and the admin client code.

jwgatt commented 3 years ago

I was just investigating to get myself up-to-date. If you have a working solution, go for it.