@@ -208,6 +208,8 @@ export default {
useCORS: true,
allowTaint: true,
backgroundColor: null,
+ width: this.$refs.post.offsetWidth - 1,
+ height: this.$refs.post.offsetHeight - 1,
scale: 3
}).then(canvas => {
this.$toast.clear();