Danke. Das mag noch nicht so ganz. Es handelt sich um ein Textelement bei dem ein Bild aktiviert ist.
figure:Attributes steht mir da nicht zur Verfügung wenn ich das im Template richtig lese. Hab es mit style und attributes versucht. Leider ohne Erfolg.
Code:
{% extends "@Contao/content_element/image.html.twig" %}
{#
** Add changes to the base template here. **
Hint: Try adjusting blocks and attributes instead of
overwriting the whole template. This way your version
can remain compatible with future changes to the base
template as well as adjustments made by extensions.
Currently available blocks:
"picture_component", "image", "sources", "source",
"schema_org", "figure_component", "media",
"media_link", "caption", "caption_inner",
"content", "headline_component",
"headline_attributes", "headline_inner",
"wrapper", "wrapper_tag", "attributes", "inner",
"metadata", "style", "script"
Example:
{% block picture_component %}
{{ parent() }}
My additional content for 'picture_component'…
{% endblock %}
#}
{% set style = attrs(style|default)
.addClass('img-fluid')
%}