Commit 735e11cf by doszhang

dos

parent 57f76935
......@@ -157,7 +157,7 @@ function createPoster() {
let headimg = new Image();
headimg.src = window.getImageUrl + '?url=' + encodeURI(user_header_url);
headimg.onload = function () {
posterCtx.drawImage(headimg, 0, 0, 1000, 1000);
posterCtx.drawImage(headimg, 0, 0, designPxToRealPx(52), designPxToRealPx(52));
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment