Image Gallery

Overview #

Provides Multiple Image Upload functionality.

Interactive Image Gallery examples

Field Type Parameters: #

  1. Image Size Options (optional) – Specify various size options. When an image file is uploaded, Custom Tables will create modified versions of the image file based on these settings.
  2. Image Processing Methods (optional) – Image processing methods to be applied to newly uploaded images. This option is available in the Pro Version only.
  3. Folder (optional) – Folder where all the files will be kept. By default /images

Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Usage with parameters:

{{ FieldName(Size, List Separator) }}
  1. Size (optional) – Select the image size variant. Options: _thumbnail, _original, _count, CUSTOM_NAME
  2. List Separator (optional) – Separate images with a character, e.g., `,` or `;`

Example:

{{ FieldName("_original",";") }}


Pure Value (Unprocessed): #

Example:

{{ FieldName.value }}


Edit Record Parameters: #

Parameters for configuring the input element for image galleries.

Basic usage:

{{ FieldName.edit }}

Usage with parameters:

{{ FieldName.edit(CSS Class, Attributes) }}
  1. CSS Class (optional) – Name or names of CSS class(es).
  2. Attributes (optional) – Optional attributes such as: disabled, onclick, onchange, etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025