SHX-Theme/snippets/shx-landingpage-banner.liquid

13 lines
288 B
Plaintext

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