getSizedImageURL not working

when calling getSizedImageURL like:

<img src="<?=getSizedImageURL(400);?>"></img>

getSizedImageURL is returning an empty string. Is this a known problem or am I doing something wrong?

Comments

  • Are you using that call on the image.php page?

    Try this:
    `image" />`

    Or this:
    `imagegetSizedImage(400);?>" />`
  • bds Member
    this:
    `image" />`

    worked! Thanks a lot!

    Ben
Sign In or Register to comment.