Embed ResX

Integrate ResX image upscaling capabilities into your own website or application.

Embed ResX in Your Website

ResX is designed to be easily embedded in any website. Copy the code below to add the upscaler to your site.

<iframe 
  src="https://your-resx-deployment.vercel.app/upload" 
  width="100%" 
  height="650" 
  style="border: 1px solid #e5e7eb; border-radius: 8px; max-width: 100%;"
  title="ResX Image Upscaler"
  allow="clipboard-write"
></iframe>

This will embed the uploader page of ResX in an iframe on your website.

Important Notes

  • The embedded version uses your browser's resources for processing, just like the standalone app.
  • All image processing happens locally in the user's browser - no data is sent to servers.
  • Users will need to accept the Terms of Use within the iframe.
  • For best results, provide adequate height and width for the iframe.

Example Embed

Here's how ResX looks when embedded in a website:

Custom Integration

As an open-source project, you can also fork ResX on GitHub and customize it for deeper integration with your projects.

Check out our GitHub repository for more information.