TWIG templating
The gallery template can be override via TWIG templating system
Field Gallery provide a field format for image fields to render as an image gallery.
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
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.
The gallery template can be override via TWIG templating system
Field Gallery provide a field formatter for image fields to render as an image gallery.
Drupal is a registered trademark of Dries Buytaert.
