no script loading screen
parent
c8d4a064e7
commit
9b8b345db7
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue