79137876

Date: 2024-10-29 15:27:33
Score: 1.5
Natty:
Report link

Try to specify the sizes attribute, e.g.

<img 
  srcset="assets/images/image-1280.jpg 1280w, assets/images/image-3840.jpg 3840w"
  sizes="(max-width: 600px) 480px, 800px"
  src="assets/images/image-3840.jpg" 
  width="100%"
  alt="Cyber Prototype">

Reference: https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Siu Pang Tommy Choi