CodeWritingCow / NYC-restaurant-inspection-records

Web application for searching New York City restaurant inspection records
http://www.nycfoodsafety.org
1 stars 3 forks source link

Fix URLs in image shuffle #57

Closed CodeWritingCow closed 5 years ago

CodeWritingCow commented 5 years ago

Modified:

badwolfbit commented 5 years ago

@CodeWritingCow can you provide some documentation on f_auto,q_auto

Also, would converting the static image assets to .webp help further??

CodeWritingCow commented 5 years ago

@omenwolf Here's information from Cloudinary about f_auto and q_auto. Both are URL parameters.

We don't need to convert static image assets to WebP because Cloudinary does that for us. Also, not all browsers support WebP, so we should keep jpg files as a fallback.

badwolfbit commented 5 years ago

@CodeWritingCow Great! Will merge!