diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-07 18:38:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-07 18:38:05 +0200 |
| commit | 8fee5e42f4e74cf562de7fbac7b843dcb77d5314 (patch) | |
| tree | b7ab1721d8db307df62a57f3c1dac066c23e5c2c /animism-align/frontend/app/utils/index.js | |
| parent | f38815753af0b72c0407a2efe448a6c8a027ddca (diff) | |
fullscreen opacity change tweaks
Diffstat (limited to 'animism-align/frontend/app/utils/index.js')
| -rw-r--r-- | animism-align/frontend/app/utils/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/app/utils/index.js b/animism-align/frontend/app/utils/index.js index 9b605c7..b7c05da 100644 --- a/animism-align/frontend/app/utils/index.js +++ b/animism-align/frontend/app/utils/index.js @@ -165,8 +165,8 @@ export const cropImage = (url, crop, maxSide) => { height = cropHeight } - canvas.width = w * width - canvas.height = h * height + canvas.width = width + canvas.height = height ctx.drawImage( image, |
