AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Jan 21, 2004 7:55 am Post subject: |
|
|
Try this:
| Code: | {code:'<img src="..." width="20" height="40" />', format:{size:[40,20]}},
{code:'<img src="..." width="30" height="40" />', format:{size:[40,30], itemoff:[0,20]}},
{code:'<img src="..." width="50" height="40" />', format:{size:[40,50], itemoff:[0,30]}}, |
|
|