victornpb / eleventy-plugin-page-assets

MIT License
21 stars 17 forks source link

Support shortcodes #6

Open Brixy opened 3 years ago

Brixy commented 3 years ago

Thank you for this plugin!

The page assets plugin does not seem to work with shortcodes/the eleventy image plugin.

This would be my preferred usage:

{% image "image.jpg", "Alt Text" %}

This is how I normally use the image shortcode (images in static folder, not provided as page assets):

{% image "./src/static/media/image.jpg", "Alt Text" %}

Any help is very welcome. Thank you.