Use a Retina Image for Higher Resolution Displays have a bug

Tell us what’s happening:
the test have a bug and doesn’t pass

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/67.0.3396.87 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-principles/use-a-retina-image-for-higher-resolution-displays

Try 100px instead of 100. If that doesn’t work try in a different browser. If nothing else, please create a GitHub issue.

thank you

but it does not work i will open github issue

Try remove spaces after { and before }.

The tests really do not like extra spaces.

I’ve had a few issues like this on a couple of exercises. I believe its a local problem on your browser. I was able to visit the site on a second computer and it submitted and accepted my answer. I am not exactly sure the problem however since both computers I used have Windows 10 and Chrome.