Use a Retina Image for Higher Resolution Displays - Bug in solution

Tell us what’s happening:
The solution to this challenge seems to have a bug when run inside of Chrome. Even though the solution is correct (as stated by the ‘Hint’), it doens’t pass the suite of tests until you zoom in (with Ctrl+Mouse Wheel) to 150%.
Maybe this is related to the resolution of ones screen?

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

Challenge: Use a Retina Image for Higher Resolution Displays

Link to the challenge:

Your code works fine. Change your browser, and you will pass.

Probably, pasted and tried on opera ok.