How can I specify both an image_size and maxwidth/maxheight when using the v=path shortcut
  • This is pretty straightforward to do using the v:img tag

    <v:img path="imagepath" image_size="thumbnail" width="maxwidth" height="maxheight" />


    However, I would like to do the same thing using the shortcut because I am doing to tricky javascript image loading. Would this ever work:


    <v=imagepath,thumbnail,maxwidth,maxheight>

  • 1 Answer sorted by
  • Try it like this:

    <v=imagepath,maxwidth,maxheight,thumbnail>

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion