@@ -27,7 +27,7 @@ var Document =
page : 0,
width : 0,
left : 0,
- zoom : 10,
+ zoom : 9,
path : '',
Init : function(option)
{
@@ -193,7 +193,7 @@ var Document =
}
- self.left = left * -1;
+ self.left = left * -2;
$(self.option.reader).css('margin-left', self.left);