Minor problem of Retina image

Tell us what’s happening:

Can anyone kindly please show me where i am going wrong, this is confusing

**Your code so far**

<style>
img {
height: 100px; 
width: 100px; 
}
</style>

<img src="https://s3.amazonaws.com/freecodecamp/FCCStickers-CamperBot200x200.jpg" alt="freeCodeCamp sticker that says 'Because CamperBot Cares'">
**Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 Edg/87.0.664.75.

Challenge: Use a Retina Image for Higher Resolution Displays

Link to the challenge:

1 Like

I just copied your code into my window and it passed. Not sure why it’s not working for you, maybe a glitch?

<style>
img {
height: 100px; 
width: 100px; 
}
</style>

<img src="https://s3.amazonaws.com/freecodecamp/FCCStickers-CamperBot200x200.jpg" alt="freeCodeCamp sticker that says 'Because CamperBot Cares'">

I’m also not able to reproduce the error.

What browser are you using? Is it updated to the most recent version? Do you have any browser extensions installed?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.