Hello,
I’m new to shopify and liquid, but i have some experience in HTML and CSS.
I have the following problem:
I try to add an image to the footer, but I want it bigger. When i try to edit the size of the image it only allows me to choose from 50 to 200, which is still far from what i want.
On the screenshot you can see the greeen rectangle- my picture. I would like it to be as big as the rectangle with black outline that i have drawn.
I have used 2048x1024 picture.
I think I want to change
block.settings.image.width, block.settings.image.height, or something here: style=“max-width: min(100%, {{ block.settings.image_width }}px);” (this is a piece of code from the footer.liquid file)
i dont know how, so i hope you can give me advice
