uq-eresearch / qldarch-frontend

MIT License
1 stars 1 forks source link

thumbnails not being used sometimes #173

Open agebe opened 7 years ago

agebe commented 7 years ago

it seems that depending on the image file type (managed/unmanaged) thumbnails are not being used. This can be easily observed on the projects page. open the network tab and scroll down the page, it downloads the high-res images and scales them down in the browser. Also I think the frontend is loading more images than required for the thumbnail overview (maybe all photos associated with the project?)

Write a thumbnail web service in the backend and migrate to frontend to use that whenever it needs a thumbnail.