Problems with task: Use a Retina Image for Higher Resolution Displays

I’m having problems with this task, the test need the image be 100px width and height, i set it but doesnt work, i’m making a mistake ?

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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36.

Challenge: Use a Retina Image for Higher Resolution Displays

Link to the challenge:

You’re doing it correctly. Maybe there is a browser issue? I copied and pasted your entire code and it worked for me.

Same as @eoja I copy/pasted your code and it went right through in Microsoft Edge (Chromium version) you are doing it right so maybe try another browser
/Jakob

Ok, it works on another browser, thx.