<img>
tag and ensure the image URL is publicly accessible without CORS issues.Yes, you can use custom code in Webflow to load images that aren't working with default embed methods, especially when using external URLs or dynamic contexts.
<img>
tag with the image URL:<img src="https://example.com/image.jpg" alt="Descriptive text" loading="lazy">
section.
To fix images not loading with Webflow's embed, use the Embed element with a standard <img>
tag, ensure the image source is accessible, avoid services with CORS restrictions, and add custom code in Page Settings if scripting is required. Always publish to test changes.