diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-26 00:14:23 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-26 00:14:23 -0400 |
| commit | 5bdfe6032a87ece2dad116187f916b180a3a36c0 (patch) | |
| tree | 3593b81fec5c98ce5821437b981f35daf3863ec1 | |
| parent | e89bee3a1bb98a1f5628f9178a24b3d227487e40 (diff) | |
specify image dimensions for bitcoin qr code
| -rw-r--r-- | static/donate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/donate.html b/static/donate.html index cc066276..687b1004 100644 --- a/static/donate.html +++ b/static/donate.html @@ -23,7 +23,7 @@ <h2>Bitcoin</h2> <p>You can send Bitcoin donations to the following address to support this project:</p> <div id="bitcoin_address"> - <img src="/bitcoin_address.png" alt="Bitcoin address QR code"/> + <img src="/bitcoin_address.png" alt="Bitcoin address QR code" width="160" height="160"/> <p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p> </div> <h2>PayPal</h2> |
