diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index df30f40..9ab1252 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -6,7 +6,7 @@ .shx-landingpage-banner { object-fit: cover; width: 100%; - height: {{ mobile_image_height | default: 650px }}; + height: {{ mobile_image_height }}; background-image: url({{ mobile_image | file_url }}); background-size: cover; background-position: center;