MARKETPLACE
PLUGINS
IMAGECROPPER (FREE)
ImageCropper (Free) logo

ImageCropper (Free)

Published December 2025
   •    Updated this month

Plugin details

Simple Image Cropper is the essential tool for any app that handles user-generated content. Unlike the standard Bubble uploader, this plugin gives your users control over how their images look.
Key Features:

✂️ Client-Side Processing: Crops images directly in the browser. Fast and zero server costs.

🖼️ Visual Interface: intuitive drag-and-drop grid based on the powerful Cropper.js library.

💾 Base64 Output: Returns the cropped image as a data string, ready to be displayed instantly or saved to the Bubble database.

📥 Direct Download: Includes a built-in action to let users download their cropped creation immediately.

📱 Mobile Ready: Fully supports touch gestures for cropping on phones and tablets.

Free

For everyone

stars   •   0 ratings
6 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web

Contributor details

NoCoddo logo
NoCoddo
Joined 2025   •   61 Plugins
View contributor profile

Instructions

How to use this plugin:
1. Setup the Element: Drag the ImageCropper element onto your page. Make sure to give it a fixed width and height (e.g., 500x400px) so the cropping interface has space to render.

2. Load an Image: In the element's property editor, set the "Image to Crop" field. This can be a dynamic image from your database, a URL, or the result of a 'File Uploader' element.

3. Trigger the Crop: Create a button (e.g., "Confirm Crop") and start a workflow. Use the element action "Crop Now".

4. Handle the Result: The cropping process is asynchronous. You should listen for the event "Cropper is ready". When this event triggers, the cropped image is available in the element's exposed state: 's cropped_image_base64.

5. Save or Display:

      - To Display: Set an Image element's source to ImageCropper A's cropped_image_base64.

      - To Save: Use the "Create a new Thing" action and set an image field to ImageCropper A's cropped_image_base64. Bubble will automatically upload it to S3.

DEMO TEST: https://demo-app-56978.bubbleapps.io/version-test/imagecropperfree_test/1764592282968x422318516721014850

Types

This plugin can be found under the following types:
Element   •   Event   •   Action

Categories

This plugin can be found under the following categories:
Image   •   Media   •   Visual Elements

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble