media--scale-crop-7-3-large.html.twig
Same filename in other branches
Theme override to display a hero media item for the Umami theme.
Wrapping elements are intentionally removed because the attributes can add `position: relative`, which interferes with absolutely positioned image.
Available variables:
- name: Name of the media.
- content: Media content.
See also
File
-
core/
profiles/ demo_umami/ themes/ umami/ templates/ content/ media--scale-crop-7-3-large.html.twig
View source
- {#
- /**
- * @file
- * Theme override to display a hero media item for the Umami theme.
- *
- * Wrapping elements are intentionally removed because the attributes can add
- * `position: relative`, which interferes with absolutely positioned image.
- *
- * Available variables:
- * - name: Name of the media.
- * - content: Media content.
- *
- * @see template_preprocess_media()
- *
- * @ingroup themeable
- */
- #}
-
- {% if content %}
- {{ content }}
- {% endif %}
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.