Navaneeth V
Navaneeth V
@samanthaming generates a picture tag with source and img tag with predefined screen sizes mentioned here [Module Options](https://image.nuxtjs.org/api/options#screens). Since your screen size falls under 1536px you are seeing the request...
@pi0 However in this case `` we are resizing a 400x400 image to 500x500 at large screens which will impact pagespeed scores [web.dev](https://web.dev/uses-responsive-images/) Better approach would be using the width...
@zans-laksa @carinadues Please review the PR