Skip to content

HTML width and height in Pixels #9

@mad-art-blocker

Description

@mad-art-blocker

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"
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions