landing page banner

main
alexanderroese 2024-06-23 16:59:40 +02:00
parent f5af06884b
commit 0809bcc70a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
.shx-landingpage-banner { .shx-landingpage-banner {
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 650px; height: {{ mobile_image_height | default: 650px }};
background-image: url({{ mobile_image | file_url }}); background-image: url({{ mobile_image | file_url }});
background-size: cover; background-size: cover;
background-position: center; background-position: center;