Mark Ulrich

Results 7 comments of Mark Ulrich

See https://cloudinary.com/documentation/image_optimization

https://github.com/everydotorg/donate-button/blob/main/packages/donate-button-next/src/components/widget/api/get-nonprofit-info.ts#L8

Adding some details, while currently the `getCloudinaryUrl` will return a string like https://res.cloudinary.com/everydotorg/image/upload/profile_pics/ftwf0qtym2defaahzfrh (22 kb jpeg on my machine) we want it to return https://res.cloudinary.com/everydotorg/image/upload/f_auto,q_auto/profile_pics/ftwf0qtym2defaahzfrh (13 kb avif on my...

Would be nice to also show the bundle size in the readme https://github.com/marketplace/actions/github-action-for-js-bundle-size

Maybe update `getCloudinaryUrl` function to always add those @osdiab ?

Thank you for reporting @andrewrk! It should be resolved by https://github.com/everydotorg/donate-button/pull/417

Also see note from @acywatson at https://github.com/facebook/lexical/discussions/3778#discussioncomment-6694006. Thank you!!