Hello,
I have a click to enter page as the homepage.
Preview: https://iy7w134szqxw3hni-55043031221.shopifypreview.com
It works great on laptops and on mobile but on bigger desktop screens the background tiles as it’s not big enough. Making the image much bigger just looses most of the detail. Is there a way to fix it of sorts so that it scales depending on screen size?
The current code for the background is in my theme.liquid and is:
body {
background: url(https://cdn.shopify.com/s/files/1/0550/4303/1221/files/Background_Final.png?v=1676502255) !important;
}
Thanks!