landing page banner

main
alexanderroese 2024-06-23 11:41:04 +02:00
parent e6ab2acb67
commit 7b2722b528
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
endcapture
%}
console.log("1", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
console.log("2", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
</script>

View File

@ -1,3 +1,3 @@
<h1>{{ mobile_image }}</h1>
<img src="{{ mobile_image | asset_url }}" height="350px" width="100%" style="object-fit: cover">
<img src="{{ mobile_image | file_url }}" height="350px" width="100%" style="object-fit: cover">