4 FSI QuickZoom
109
NeptuneLabs - FSI Viewer
Example:
function setQuickZoomPos(oModify,oInfo){
oModify.left
= 0;
// relative to the left of the image's clientRect
oModify.top
= 0;
// relative to the top of the image's clientRect
oModify.width
= 200;
oModify.height = 200;
oModify.srcZoo= "&effects=Sepia()";
// oInfo contains various information you can read
// modifying oInfo does not change anything
// e.g.
// oInfo.elementPosition
(clientPosition of the original
image tag)
// oInfo.imgPaddings
(margin and border of the image)
}