Image
How to use Image with 11ty WISP
Full Width Image
Display
Implementation
{% image "URL Image Here...", "Alt image" %}
Example
{% image "https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?q=80&w=1528&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", "Abstract Image" %}
Small Image
Display
Implementation
{% imagesmall "URL Image Here...", "Alt image" %}
Example
{% imagesmall "https://images.unsplash.com/photo-1503455637927-730bce8583c0?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjR8fGFic3RyYWN0fGVufDB8fDB8fHww", "Abstract Image" %}