diff --git a/source/_patterns/04-components/card/card.twig b/source/_patterns/04-components/card/card.twig index 32a73dd0cfb524c79e445aaac3fbf9040cfbcd2c..1e5f8e16703a9efb1351328d8a1c27593923ae4c 100644 --- a/source/_patterns/04-components/card/card.twig +++ b/source/_patterns/04-components/card/card.twig @@ -72,7 +72,7 @@ </div> {% endif %} - {% if image %} + {% if image and not card_type =='banner' %} <div class="card__image"> <img src="{{ image }}" alt="{{ alt }}" /> </div>