From 699120660bd1751f35ec27f60f9a9c3c7f5bb1f0 Mon Sep 17 00:00:00 2001 From: Maggie Jarvis Date: Wed, 23 Aug 2023 08:40:40 -0500 Subject: [PATCH] updated image style to cards_image --- templates/paragraphs/paragraph--cards.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/paragraphs/paragraph--cards.html.twig b/templates/paragraphs/paragraph--cards.html.twig index b9101f3..4f1375f 100644 --- a/templates/paragraphs/paragraph--cards.html.twig +++ b/templates/paragraphs/paragraph--cards.html.twig @@ -69,7 +69,7 @@
{% for item in content.field_cards_content['#items'] %} - {% set image = content.field_cards_content[loop.index0]['#paragraph'].field_cards_content_image.entity.fileuri|image_style('content_slider_cards') %} + {% set image = content.field_cards_content[loop.index0]['#paragraph'].field_cards_content_image.entity.fileuri|image_style('cards_image') %} {% set image_alt = content.field_cards_content[loop.index0]['#paragraph'].field_cards_content_image.alt %} {% set title = content.field_cards_content[loop.index0]['#paragraph'].field_cards_content_title.value %} {% set body = content.field_cards_content[loop.index0]['#paragraph'].field_cards_content_body.value %}