We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba26b3 commit 268735dCopy full SHA for 268735d
js/main.js
@@ -30,12 +30,12 @@ function show(val) {
30
} else if (val == "alipay") {
31
$("#alipay-name").css({ display: "inline-block" });
32
var imgSrc = urls.alipay;
33
- var img = $('<img>').attr('src', imgSrc).css({margin: "auto"});
+ var img = $('<img>').attr('src', imgSrc).css({margin: "auto", "max-width": "240px"});
34
$("#qrcode").html(img);
35
} else if (val == "wechat") {
36
$("#wechat-name").css({ display: "inline-block" });
37
var imgSrc = urls.wechat;
38
39
40
}
41
0 commit comments