Provide image component similar to next/image
See original GitHub issueFeature Request
Relevant Package
Description
Since version 10.0.0, Next.js has a built-in Image Component and Automatic Image Optimization.
In Angular land, user has to first navigate to squoosh.app and shrink/resize the image before placing it under the assets
folder
Describe the solution you’d like
Provide an angular component for image optimization similar to Next.js Image
Describe alternatives you’ve considered
Manually optimize JPG/PNG/WebP images using squoosh.app and SVG using SVGOMG
Issue Analytics
- State:
- Created 2 years ago
- Reactions:30
- Comments:8 (5 by maintainers)
Top Results From Across the Web
next/image - Next.js
A string that provides information about how wide the image will be at different breakpoints. The value of sizes will greatly affect performance...
Read more >Nextjs image optimization with examples - Refine Dev
In this article, you learned how to use next/image to deliver optimized images in NextJS through automatic lazy-loading, preloading of critical ...
Read more >How to use Next.js <Image> component - Medium
Are you tired of writing code to serve the right image size for different ... on this GitHub repo: https://github.com/estebanmunchjones2019/next-image, ...
Read more >Nextjs how to style next/images - Peter Lunch
js next/image component offers your site some fantastic benefits straight out of the box. Benefits like lazy loading, optimization, ...
Read more >How to Use the New <next/image> Component
With Next.js 10 and the then introduced next/image component, ... you could set properties like style or className to style the image.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@HamzaMoiyadi @conradkirschner https://angular.io/guide/roadmap#improve-image-performance
Maybe relate to
@angular/cdk/image
?