Add a free, fully-functional WebP to JPG converter to your site with just 2 lines of code
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.
Customize the widget appearance using data attributes:
<div id="webp2jpg-widget" data-theme="dark"></div>
<script src="https://webp2jpg.co/embed.js"></script><div id="webp2jpg-widget" data-width="600px" data-max-width="600px"></div>
<script src="https://webp2jpg.co/embed.js"></script><div id="webp2jpg-widget" data-branding="false"></div>
<script src="https://webp2jpg.co/embed.js"></script>Add conversion to your image editing or design platform
Help users convert images before uploading
Let sellers convert product images
Provide tools alongside your tutorials
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