understanding-astro-book icon indicating copy to clipboard operation
understanding-astro-book copied to clipboard

HTML width and height in Pixels

Open mad-art-blocker opened this issue 1 year ago • 0 comments

I never used a framework or TypeScript before, but the image profile width and height has a value of 100px (px threw an error). It should be without px?

// 📂 src/pages/index.astro

<img
  src={profilePicture}
  alt="Frau Katerina's headshot."
  width="100px"
  height="100px"
/>

mad-art-blocker avatar Jun 23 '24 04:06 mad-art-blocker