diff --git a/_includes/item/child/image-gallery.html b/_includes/item/child/image-gallery.html index 3267a09f..0f54d20e 100644 --- a/_includes/item/child/image-gallery.html +++ b/_includes/item/child/image-gallery.html @@ -2,11 +2,16 @@ Adds child image in a Spotlight gallery markup. Ensure dependencies are added by including `gallery: true` in the layout front matter calling this include. {% endcomment %} +{% assign valid_formats = 'image/jpeg,image/jpg,image/png' | split: ',' %}