Skip to content

Commit

Permalink
LPD-24387 Update image url
Browse files Browse the repository at this point in the history
  • Loading branch information
veroglez committed Apr 26, 2024
1 parent 95c63de commit 8db9546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions page-audit-test.html
Expand Up @@ -32,18 +32,18 @@
<!-- Investigar https://web.dev/font-size/ -->
<body>
<!-- image-alt -->
<img src="https://pixy.org/src/17/173316.jpg" />
<img src="https://images.unsplash.com/photo-1458512666532-73e960a25346" />

<!-- image-aspect-ratio -->
<img
alt="hola"
src="https://pixy.org/src/17/173316.jpg"
src="https://images.unsplash.com/photo-1458512666532-73e960a25346"
style="width: 50px; height: 100px"
/>

<img
alt="hola"
src="https://pixy.org/src/17/173316.jpg"
src="https://images.unsplash.com/photo-1458512666532-73e960a25346"
style="width: 51px; height: 100px"
/>

Expand Down

0 comments on commit 8db9546

Please sign in to comment.