#Picture responsiveness 100 SEO

10 messages · Page 1 of 1 (latest)

raw basin
#

Welcome, what is the best configuration for Picture to answer all SEO needs i.e widths and sizes attributes ?

junior helm
#

Those attributes are unrelated to SEO, unless not using them is causing your website to be slow

raw basin
#

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

raw basin
#

The output image contains width="real width" i.e 2000, how to get width set to device image mobile view?

quasi laurel
#

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

raw basin
quasi laurel
#

I am seeing this has 100s all across the board

#

nice work by the way clean site

raw basin
#

Thank you @quasi laurel , the problem is with mobile that is why I posted this thread.