AvoidImageList - nonkit/SmallWikiPad GitHub Wiki

AvoidImageList

Use

iw = 64
ih = 64

instead of

iw = ImageList.GetWidthOfImage(img)
ih = ImageLIst.GetHeightOfImage(img)

on browser with Silverlight environment. Because these operations return 0 on browser environment.