news-catalyst / google-app-scripts

a collection of scripts for tinynews google docs add-ons
https://script.google.com/a/newscatalyst.org/d/1ILURq69o3cYUy6k1n1X6HwxdMfl9xWNhILYuZxgLfeblb3IR15WCMZSj/edit
1 stars 1 forks source link

How can we ensure images aren't too big by the time they come to the site? #342

Closed TylerFisher closed 2 years ago

TylerFisher commented 2 years ago

I demoed putting a Reuters image into an article here. It comes across to next.js as 3800 pixels wide. It may be that we can fix this with next/image settings. I'll play around with that. But if it comes to it, we may need a more complex image processing pipeline before it gets to assets.tinynewsco.org.

TylerFisher commented 2 years ago

Don't need to handle this from this side, thankfully. Next.js will handle appropriately.