diff --git a/layout/theme.liquid b/layout/theme.liquid index 8704c96..b23a03c 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -59,7 +59,7 @@ endcapture %} - console.log("3", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }}) + console.log("1", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }}) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index f89d2f9..d41fa48 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -9,10 +9,10 @@ object-fit: cover; width: 100%; height: 300px; - background-image: url("{{ mobile_image | file_url }}"); + background-image: url({{ mobile_image | file_url }}); background-size: cover; background-position: center; - background-repeat: no-repeat; + background-repeat: no-repeat; } @media screen and (min-width: 750px) {