19 package org.turro.zkoss.image;
21 import org.zkoss.zul.Div;
22 import org.zkoss.zul.Image;
31 setWidth(width +
"px");
32 setHeight(height +
"px");
33 Image img =
new Image(src);
34 img.setStyle(
"max-width:" + width +
"px;max-height:" + height +
"px;");
ImageWrapper(String src, int width, int height)