Assessment wanted for Mozilla splash page^

Hello guys! I completed the Mozilla Splash Page assessment. I double-checked it on the W3C Markup validator but there seems to be a problem that I can’t solve. Could you please have a look and guide me?
Thanks!

https://cactus-spring-sunset.glitch.me

Hi @houdafcb and welcome to the community :wave:

The only thing I see is that the dinosaur image only loads the bigger version because you used the “400” folder for both sizes.
If you are talking about the images not showing up at all on Glitch: That’s because you didn’t upload them to the “assets” folder on Glitch and changing the path accordingly.

If you mean something else it would be helpful if you could give some more information on what the problem is.

By the way: You could also remove the second <source> in <picture> element, because it will automatically fall back to the <img>.

I hope that helps :slightly_smiling_face:
Michael