Liquid Block help

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.

Hi There,

well the liquid code you have does exactly what you tell it to.. display the image.. The image_tag liquid filter creates an html tag. If you want to the customer to first click on a link then you will need to also create the appropriate html/javascript to open the image in a modular layer or something.

You might want to hire a Shopify developer/agency to do this for you.

Cheers,

Gary

Hi @Shopseasu ,

Can you add the URL and tell me exactly where the size guide should be outputting on the page?