Skip to content

Instantly share code, notes, and snippets.

View aastrong's full-sized avatar
😀
Happy working @promet

Aaron Armstrong aastrong

😀
Happy working @promet
View GitHub Profile
{% set imagePath = 'public://images/default.jpg' %}
{% set responsiveimagestyle = {
'#theme': 'responsive_image',
'#responsive_image_style_id': 'my_responsive_image_style_id',
'#uri': imagePath,
'#alt': 'my alt text',
'#attributes': { class: 'img-responsive' },
} %}
{{ responsiveimagestyle }}