I think there might be an issue with the test on this one. It doesn’t want to accept that I’ve added the smaller-image class to <img> no matter where I put it in the tag. Furthermore, I am getting a TypeError in the dev tools console.
Ahh, so the correct src url is https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg?
Because when I click the “Reset All Code” button the src url for the image is https://bit.ly/fcc-relaxing-cat
Update: I cleared my browser cache about a million times and reloaded the activity and finally the Reset All Code button is showing the correct img url. So I think it is entirely possible that @twmx2 did not do anything wrong, he was just getting the wrong img src url.
But there was a PR not so long ago that changed the URL, so it is very possible that the old URL can be in cache or even saved to localStorage if you have passed the challenge in a logged-out state or saved using Ctrl + S. The localStorage data should only apply when logged out.