Horizon 2.3.0 bugs - Collection images

Short description of issue

Collection images are displayed in inconsistent sizes on mobile Safari

Reproduction steps

Issue 1

Add items to the menu and use the collection images media type.

If only short text is used, images are shown in different sizes rather than 50% width.

Issue 2

If the collection images media type is used in the menu and a link is to a product rather than a collection, could it use the product image instead of no image at all?

Additional info

None

What type of topic is this

Bug report
Feature request

Upload screenshot(s) of issue


Fix for issue 2

In ~/snippets/link-featured-image.liquid line 14 replace

{% if link.type == ‘collection_link’ %}

with

{% if link.type == ‘collection_link’ or link.type == ‘product_link’ %}