Skip to content

Commit

Permalink
feat(930): update image url
Browse files Browse the repository at this point in the history
  • Loading branch information
KayKostadinov committed Jun 20, 2024
1 parent c49df39 commit 7dbf209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/image/__tests__/image-e2e.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export const StoryE2eTest = () => (
<ImageContainer>
<p>Scroll down</p>
<Image
src="https://placekitten.com/200/300"
overrides={{width: '200px', height: '300px'}}
loadingAspectRatio="2:3"
src="https://picsum.photos/400/400"
overrides={{width: '400px', height: '400px'}}
loadingAspectRatio="1:1"
loading="lazy"
alt="Cat image"
placeholderIcon
Expand Down

0 comments on commit 7dbf209

Please sign in to comment.