diff --git a/js/Controller.js b/js/Controller.js index 9ea82cb..266e9d6 100644 --- a/js/Controller.js +++ b/js/Controller.js @@ -31,8 +31,8 @@ define(['createjs', 'jquery', 'ImageText', 'TextLine', 'Model'], function(create def = def.then(function(){ var bound = model.getBounds(); if(bound.width > self.stage.canvas.width){ - model.scaleY = model.scaleX = self.stage.canvas.width / 2 / bound.width; - model.x = self.stage.canvas.width / 4; + model.scaleY = model.scaleX = self.stage.canvas.width / bound.width; + model.x = 0; } else{ model.x = (self.stage.canvas.width - bound.width) / 2; diff --git a/pcs.1.1.php b/pcs.1.1.php index ded87d9..b4704cd 100644 --- a/pcs.1.1.php +++ b/pcs.1.1.php @@ -1,7 +1,7 @@ change style