cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

Specify image resolution in search/results #183

Open lizadaly opened 7 years ago

lizadaly commented 7 years ago

Numerous users have requested that the site include image resolution as a search parameter and/or specify the image size in the results list or detail page.

We can capture width/height when available from partner APIs, but many partner APIs do not provide that info. We'd have to do an expensive sync() operation (actually download the image and inspect it) to record the large size.