Closed chuja3 closed 13 years ago
Hello chuja3,
You could do this in the jrac 'viewport_onload' callback by doing something like that:
$('img').jrac({
'viewport_onload': function() {
var $viewport = this;
var $image = $viewport.$image;
var x = $image.width()/2;
var y = $image.height()/2;
$viewport.observator.set_property('crop_x',x);
$viewport.observator.set_property('crop_y',y);
}
});
hi,
plz how can i make a zoom start from center of image.