programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

Thumbnails in Image Views #72

Open programsam opened 6 years ago

programsam commented 6 years ago

In the old BINK, we generated thumbnails by resampling images on the fly as they were pulled in from S3. Is this still needed? In Bootstrap 4, it seems like we could just use the accordion and be good to go. It may make things load faster on mobile if the images are resampled server side, but there needs to be a cache as well I suppose. Maybe we do it on upload.

programsam commented 6 years ago

https://github.com/lovell/sharp