Skip to content

Commit

Permalink
chore: remove unnecessary todo
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenSibon committed Oct 18, 2024
1 parent 6232739 commit be946f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions storybook/src/components/Image/Image.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ Don’t forget to still include the required `src` attribute.

<Canvas of={ImageStories.ResponsiveImages} />

### Provide aspect ratio

{/* TODO: add aspect ratio story */}

### Lazy loading

Set the `loading` attribute (see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading)) to `lazy` and the browser will wait to load the image until it is close to the viewport.
Expand Down

0 comments on commit be946f1

Please sign in to comment.