You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm then using eleventy with a Shopify plugin to fetch images and render them in the form of cards, using a Nunjucks macro. I have tested this using just an image tag, and the same still applies. The macro is called like so:
Hello :)
I think I've uncovered a bug whereby using images via https doesn't result in images being fetched, optimised and rendered in
My config is as follows:
./src/config/plugins/image.js
I'm then using eleventy with a Shopify plugin to fetch images and render them in the form of cards, using a Nunjucks macro. I have tested this using just an image tag, and the same still applies. The macro is called like so:
pages/product-listing.html
Then this listed-product macro is as follows
_includes/components/listed-product.html
Finally, the built HTML in /public is so:
Let me know if you need anything further from me :)
The text was updated successfully, but these errors were encountered: