Live outside-site widget test

VidShrink on YoLogics.

This page loads the public VidShrink image widget from vidshrink.com, just like another website would. Pick a photo below and confirm the browser creates the web copy locally.

VidShrink by YoLogics

Try the embeddable widget

No API key. No account. No image is uploaded to VidShrink. The browser does the shrinking and returns the selected file to the host website.

If this works here, the widget can work on regular customer websites with the same simple embed pattern.

<script src="https://vidshrink.com/widget.js"></script>
<script>
  VidShrink.mount("#vidshrink-image-uploader", {
    mode: "ask",
    onComplete({ selectedFile }) {
      // Upload selectedFile to your own website.
    }
  });
</script>