Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

Field Gallery

Field Gallery provide a field format for image fields to render as an image gallery.

Installation

Download via composer and install via drush (Recommended).
composer require drupal/field_gallery
drush en field_gallery -y

Download by composer and install using drush.
drush en field_gallery -y

Usage

1. Create our use an existence  an images field for multiple images.
2. Select display format 'Field Gallery' (on Manage display) for the images field.

You can also use custom templates to format your gallery.

TWIG templating

The gallery template can be override via TWIG templating system

Guide maintainers

iwsp's picture