SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b8547094dc3947f6e881aea6ac9a3329218f58ba
parent 541deecdc0c21cd4f9fedd6d16fc15de40c6ddcc
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Sun, 14 Feb 2021 16:59:37 +1100

Increase button width

Diffstat:
MREADME.md | 2+-
Mdocs/lightning.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -58,7 +58,7 @@ tail -f log.txt ## Embed a Donation Button Now embed the donation button into your website HTML: ```html -<iframe src="http://YOUR_SERVER_IP:8000/" style="margin: 0 auto;display:block;height:320px;border:none;overflow:hidden;" scrolling="no"></iframe> +<iframe src="http://YOUR_SERVER_IP:8000/" style="margin: 0 auto;display:block;width:420px;height:240px;border:none;overflow:hidden;" scrolling="no"></iframe> ``` Changing `YOUR_SERVER_IP` to the IP address of the machine you're running BTCPyment on. Optionally, you can redirect a domain to that IP and use that instead. diff --git a/docs/lightning.md b/docs/lightning.md @@ -20,5 +20,5 @@ Your node will require sufficient liquidity and connection to receive payments. You may also need a taller iframe for the longer address: ``` -<iframe src="http://YOUR_SERVER_IP:8000/" style="margin: 0 auto;display:block;height:460px;border:none;overflow:hidden;" scrolling="no"></iframe> +<iframe src="http://YOUR_SERVER_IP:8000/" style="margin: 0 auto;display:block;width:420px;height:360px;border:none;overflow:hidden;" scrolling="no"></iframe> ```