crccheck / gallery-cms

A simple online gallery where the images are the database.
GNU General Public License v3.0
3 stars 0 forks source link

retrieve thumbs for albums #74

Closed crccheck closed 4 years ago

crccheck commented 4 years ago

i see this as... do a query for each album, only getting 4 images and constructing a thumbnail

or

add a resolver to albums to create a thumbnail in the app. I like this better because we don't have to do an image collage on the client and we have less to send over the wire and we don't have to change the query to do pagination