Image hosting for Wix Velo and HTML embed-friendly.
Wix's native Media Manager is fine for static page images. When you're building with Velo, embedding HTML, or sharing assets across sites, external CDN hosting is cleaner.
Upload an image →Why hosting matters on Wix
Velo dynamic content
When Velo code sets an image from a data source (Wix Data, external API), it uses URLs — ImageToURL URLs are public and CDN-delivered.
HTML iframe component
The Wix HTML Embed component accepts any URL. External images render via <img> tags inside — full control.
Multi-site branding
Wix agencies running dozens of client sites can host brand assets centrally and reference them from every site's HTML.
Avoid Wix's thumbnail cache
Wix auto-generates thumbnails from Media Manager uploads. External URLs bypass that — helpful when you've already hand-optimized for size.
How to embed
Upload image
Drop your file — get a direct URL.
Use in Velo
In Velo code, set the image via URL: $w('#myImage').src = 'https://imagetourl.cloud/...'. Works for wix-data fed items too.
Or HTML Embed
Drop an HTML Embed component on the page; paste <img src='your-url' /> — publish and the image renders.
FAQ
Can I set the regular Wix Image component from a URL?
Only via Velo code. In the visual editor, the Image component expects a Media Manager asset. Velo's $w('#image').src = url works at runtime.
Does Wix re-host my external image?
No — the browser fetches directly from our CDN. That's also why lazy-loading and responsive srcset won't auto-apply.
Studio vs Classic Wix?
Same behavior. Wix Studio and Classic both support Velo's image.src URL property and HTML Embed components.
Image SEO — does it still work?
Yes. Set alt text on the Wix Image component or directly in the HTML Embed's <img alt>.
Can I bulk-migrate off Wix Media Manager?
Download your assets from Media Manager, upload to ImageToURL via the bulk-upload tool, replace references via Velo or find-replace in HTML blocks.
og:image?
Wix's SEO panel accepts custom og:image. Point it at your ImageToURL URL for control over link-preview cards.
Max size?
Wix Media Manager: 15 MB per image on free, higher on paid. ImageToURL: 10 MB free / 50 MB Business.
Commerce product images?
Wix Stores uses Media Manager — external URLs don't integrate. Keep your master copies on ImageToURL for reuploads and ad creatives.