Hi Everyone! I’m trying to add a liquid block to my product pages to show our size guide. I’ve gotten far enough to get the liquid block set but instead of simply displaying “side guide” and a customer can then click to see the guide if they choose, the entire image is showing. This is the code I entered: {% if product.metafields.custom.size_guide.value != blank %}{{ product.metafields.custom.size_guide | image_url: width: 350 | image_tag }} {% endif %}}
If someone can take a look and let me know what to adjust I’d be so thankful. Thank you!
Our website is shopseasu.com and you can see what I mean on the v-neck product page.