diatem-net / twig_imageformat
Return formated image by style.
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-module
This package is not auto-updated.
Last update: 2025-04-01 20:04:20 UTC
README
The Image Format allows you to retrieve an image according to the style defined in the backoffice.
REQUIREMENTS
Drupal 9.x.
INSTALLATION
Install this module as usual. Please see https://www.drupal.org/docs/extending-drupal/installing-modules
USAGE
paramètres: - node id OR term id - image format - key of image if several images
{% set image = imageformat(node.id, 'field_image', 'style' , key) %} {% set image = termImageformat(term.id, 'field_image', 'style' , key) %}