I'm trying to zoom the image in on image load by doing the following, bound to OnClientLoad:
This works fine in IE9, Firefox, and Safari, but on Chrome 23, no zooming occurs. I have the same problem if I substitute a call to zoomImage.
The status panel of the control *claims* to be at 25% zoom, but it visibly isn't.
Any ideas?
function ZoomImage(sender, args) {
sender.zoomBestFit();
}
This works fine in IE9, Firefox, and Safari, but on Chrome 23, no zooming occurs. I have the same problem if I substitute a call to zoomImage.
The status panel of the control *claims* to be at 25% zoom, but it visibly isn't.
Any ideas?