library-pals / isbn

šŸ” An npm module to find books by ISBN (Google Books, Open Library, Libro.fm)
7 stars 1 forks source link

Fix google thumbnail size #34

Closed victormihalache closed 2 months ago

victormihalache commented 2 months ago

According to this sample response the smallThumbnail size has a zoom value of 5, making it the second largest availableā€”not the smallest as it's currently treated.

This solves the issue I'm facing where a book will only have smallThumbnail and thumbnail, but the library will provide me with thumbnail thinking it's the largest of the two.