#Picture responsiveness 100 SEO
10 messages · Page 1 of 1 (latest)
Those attributes are unrelated to SEO, unless not using them is causing your website to be slow
Really! Image on lighthouse mentions width and size!
I have a landing page 99 mobile and 100 Desktop using Astro and Tailwind CSS.
The question is why small size i.e 200x200 not rendred for mobile view instead:
Rendered size: 1440x864
Intrinsic size: 720x432
The output image contains width="real width" i.e 2000, how to get width set to device image mobile view?
you'd need JS to do this, but my suspicion is that this isn't whats causing your performance to drop to 99
if you share your pagespeed report I'd be happy to look at it
it would affect your score if you get CLS due to this, are you seeing any CLS ? it might help to set the width to the largest possible rendered size
Thank you @quasi laurel , the problem is with mobile that is why I posted this thread.