Merge branch 'main' of github.com:JannexNet/SHX-Theme
commit
36bce22038
|
@ -59,7 +59,7 @@
|
|||
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>
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -32,7 +32,16 @@
|
|||
"custom_liquid_RFM8mJ": {
|
||||
"type": "custom-liquid",
|
||||
"settings": {
|
||||
"custom_liquid": "{% render \"shx-landingpage-banner\", mobile_image: \"IMG_2814mob.jpg?v=1719134500\" %}",
|
||||
"custom_liquid": "{% render \"shx-landingpage-banner\", mobile_image: \"IMG_2820fin.jpg\" %}",
|
||||
"color_scheme": "",
|
||||
"padding_top": 40,
|
||||
"padding_bottom": 52
|
||||
}
|
||||
},
|
||||
"custom_liquid_pL6Gqt": {
|
||||
"type": "custom-liquid",
|
||||
"settings": {
|
||||
"custom_liquid": "{% render \"shx-landingpage-banner\", mobile_image: \"IMG_2822finn.jpg\" %}",
|
||||
"color_scheme": "",
|
||||
"padding_top": 40,
|
||||
"padding_bottom": 52
|
||||
|
@ -216,6 +225,7 @@
|
|||
"main",
|
||||
"custom_liquid_ni6GcW",
|
||||
"custom_liquid_RFM8mJ",
|
||||
"custom_liquid_pL6Gqt",
|
||||
"custom_liquid_wDE9bc",
|
||||
"image_with_text_De8bY4",
|
||||
"image_with_text_FgMLbW",
|
||||
|
|
Loading…
Reference in New Issue