Images from custom code not showing, urgent help needed!

I added custom code in the green bar with the line in it. It’s meant to act as an audio player that I custom coded off-site. All img SRCs have been replaced with those provided by Webflow (the little icon on uploaded media). The images don’t show up, and neither does the alt. Help?!?!?

Website link:
https://rob-marley.webflow.io/

I’m not seeing any images used on the front-end of your project. Can you please include the read-only link so I can take a look at how the images are referenced?

Here you go!

https://preview.webflow.com/preview/rob-marley?utm_medium=preview_link&utm_source=dashboard&utm_content=rob-marley&preview=8c06c37c7b3fd6edb8931897486eb4e9&mode=preview

So it looks like your #left-controls and #right-controls containers are missing a width, so your max-width percentage on the img elements don’t know how much space to take up. Adding width: 100% to both the control containers seems to fix the problem: