Tagged: Shopify liquid

Extracting all images from an article for a slideshow gallery

Extracting all images from an article for a slideshow gallery

0

Extracting all images from an article for a slideshow gallery

The below liquid code help you extract all images from an article.

You can use it to create a slideshow gallery.

How to check if a number is divisible by another number in Shopify

How to check if a number is divisible by another number in Shopify

0

How to check if a number is divisible by another number in Shopify

Shopify Liquid don’t support a function to check if a number is divisible by another number. But you can combine 2 functions: “modulo” and “if” to do that.