Skip to content

Commit

Permalink
fix: correct view mode 2
Browse files Browse the repository at this point in the history
Closes #304
  • Loading branch information
fengyuanchen committed Feb 27, 2018
1 parent e9d2760 commit 33991a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
aspectRatio,
width: minCanvasWidth,
height: minCanvasHeight,
}, 'cover'));
}));

canvasData.minWidth = minCanvasWidth;
canvasData.minHeight = minCanvasHeight;
Expand Down

0 comments on commit 33991a9

Please sign in to comment.