no script loading screen

main
alexanderroese 2024-06-23 12:46:09 +02:00
parent c8d4a064e7
commit 9b8b345db7
2 changed files with 13 additions and 3 deletions

View File

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

View File

@ -1,3 +1,13 @@
<h1>{{ mobile_image }}</h1> <img class="shx-landingpage-banner" src="{{ mobile_image | file_url }}" height="300px" width="100%" style="object-fit: cover">
<img src="{{ mobile_image | file_url }}" height="350px" width="100%" style="object-fit: cover"> <style>
.shx-landingpage-banner {
height: 300px;
}
@media screen and (min-width: 750px) {
.shx-landingpage-banner {
height: 400px;
}
}
</style>