I think there is a bug with this particular exercise?

Tell us what’s happening: Unable to move forward with this exercise!!

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

Challenge: Use a Retina Image for Higher Resolution Displays

Link to the challenge:

Hi and welcome to the forum.

I believe you’re missing a ;

its executing without ; also

Yes, I’ve tried the below as well:

img { height: 100px; width: 100px; }

I don’t get it. I even input the exact solution per “Get a Hint”

Have you tried

  1. restarting your browser
  2. updating your browser
  3. disabling any browser extensions
  4. using a different browser
1 Like

I tried using firefox instead of chrome and it worked for me :slight_smile: Thank you both!!

2 Likes