Resize images throughout the app for better SEO
Opened this issue · 0 comments
singhlify commented
Is your feature request related to a problem? Please describe.
According to the web.dev analysis, all the cover images can be compressed further.
Describe the solution you'd like
Compressing the images by using any of the following:
- Using external service to act as middleware and compress any image our app requests.
- Use Cloudinary to convert all images to webp format.
- Compress all images manually before uploading.
Describe alternatives you've considered
None available
Additional context
None