willfaught/paige

paige/image shortcode does not appear to work

atfurman opened this issue · 0 comments

Problem

paige/image does not appear to function as expected. Below is a snippet from the homepage:

Other paige shortcodes work:
{{<paige/code
    lang="bash"
    options=""
    unescape=false >}}
sudo su
{{</paige/code>}}

{{<paige/image
    src="/wp_images/homepage.jpg"
    alt="paige/image appears broken"
    title="views"
    width="">}}
    
![but this works without issue](/wp_images/homepage.jpg)

This results in the following: (please ignore the huge image)

image

Context

I'm relatively inexperienced with Hugo, so it is possible that something simple is amiss, but I have been thus far unable to determine if this is the case. If paige/image needs additional configuration to function "out of the box" then it would be helpful to make this clearer in the documentation, as it indicates that only src is required.