MARKETPLACE
PLUGINS
TCH - IMAGE LOADER
TCH - Image Loader logo

TCH - Image Loader

Published September 2025
   •    Updated January 2026

Plugin details

TCH Image Loader This plugin provides a simple way to verify that images load successfully in your Bubble application. With TCH Image Loader, you can check if single images or lists of images load properly and get the original URLs back for further use.

Features
- Check if Image is Loaded: Verify if an image URL loads successfully.
- Access Original Image URL: Retrieve the original image URL from the state.
- List mode: Check multiple images in a list format and verify that all images load successfully.
- Simple and Reliable: No complex preloading - just straightforward image load verification.

Free

For everyone

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

Other actions

Platform

Web

Contributor details

The Coffee Hat logo
The Coffee Hat
Joined 2021   •   19 Plugins
View contributor profile

Instructions

Plugin States - is_loaded: A boolean state that indicates whether the single image has been successfully loaded.
- image_file: A text state that holds the original image URL provided by the user.
- all_loaded: A boolean state that indicates whether all images in a list have been successfully loaded.
- loaded_count: A number state that keeps track of how many images have been successfully loaded in a list.
- total_count: A number state that indicates the total number of images to be loaded in a list.
- loading: A boolean state that indicates whether the image(s) are currently being checked.
- error: A boolean state that indicates if there was an error during the image loading process.
- error_message: A text state that holds the error message if an error occurs during the image loading process.
- image_list: A list of texts containing the URLs from list_of_image_urls (only when list_mode is enabled).

Plugin Fields
- image_url: The URL of the image to be verified (text/dynamic value).
- list_of_image_urls: A list of image URLs to be verified in list mode (list of dynamic values).
- list_mode: A boolean field that enables list mode for checking multiple images.

Plugin Events
- on_load: Triggered when an image is successfully loaded.
- on_error: Triggered when there is an error loading an image.
- on_all_loaded: Triggered when all images in a list have been successfully loaded (only in list mode).
- on_loading_start: Triggered when the image verification process starts.
- on_loading_end: Triggered when the image verification process ends, regardless of success or failure.

Plugin Actions
- load_image: Initiates the verification of the specified image.
- load_images_in_list: Initiates the verification of multiple images in list mode.

Types

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

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble