79535916

Date: 2025-03-26 09:25:16
Score: 0.5
Natty:
Report link

For flex content

<div style={{ display: "flex" }}>
  <div style={{ width: "100%", height: "auto", position: "relative" }}>
   <Image
     alt="alt"
     src="url"
     layout="fill"
     objectFit="cover"
   />
  </div>
  <div>
    The content
  </div>
</div>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dupflo