Embed WebP Converter on Your Website

Add a free, fully-functional WebP to JPG converter to your site with just 2 lines of code

Live Demo

Installation

Add these two lines to your HTML where you want the converter to appear:

<div id="webp2jpg-widget"></div>
<script src="https://webp2jpg.co/embed.js"></script>

That's it! The widget will automatically load and be ready to use.

Customization Options

Customize the widget appearance using data attributes:

Dark Theme

<div id="webp2jpg-widget" data-theme="dark"></div>
<script src="https://webp2jpg.co/embed.js"></script>

Custom Width

<div id="webp2jpg-widget" data-width="600px" data-max-width="600px"></div>
<script src="https://webp2jpg.co/embed.js"></script>

Hide Branding (optional - but please keep it!)

<div id="webp2jpg-widget" data-branding="false"></div>
<script src="https://webp2jpg.co/embed.js"></script>

Features

  • Client-side conversion - All processing happens in the browser, no server uploads required
  • 100% free - No API keys, no limits, no hidden costs
  • Privacy-focused - Images never leave the user's device
  • Drag & drop support - Easy file selection with modern UI
  • Responsive design - Works perfectly on mobile and desktop
  • Lightweight - Only ~7KB minified, no dependencies

Perfect For

🎨 Design Tools

Add conversion to your image editing or design platform

📝 CMS Platforms

Help users convert images before uploading

🛒 E-commerce Sites

Let sellers convert product images

📚 Documentation

Provide tools alongside your tutorials

Need Help?

The widget is open source and completely free to use. If you encounter any issues or have feature requests, please let us know!

Visit Full Converter