# Example 1.
{% set imageblog = { '#theme': 'image_style', '#style_name': 'despliegue_blog', '#uri': node.field_image.entity.uri.value, '#attributes': { class: 'img-responsive' }, } %} {{ imageblog }}
# Example 2. #Install the Twig Tweak Module https://www.drupal.org/project/twig_tweak #And this module Twig Field https://www.drupal.org/project/twig_field_value {{ node.field_image.alt  }} # Example 3 {{ content.field_imagen['#items'].alt  }}