SatSale

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

commit 6402dd0df8e33df20eedce991978f6d95c68921b
parent 9b5a5728017740c3869afaca1614d1dd89e6c9f3
Author: nickfarrow <nick@nickfarrow.com>
Date:   Tue, 18 May 2021 00:29:07 +1000

Update iframe heights

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -62,6 +62,7 @@ Now embed the donation button into your website HTML: ```html <iframe src="http://YOUR_SERVER_IP:8000/" style="margin: 0 auto;display:block;width:420px;height:240px;border:none;overflow:hidden;" scrolling="no"></iframe> ``` +(change height to 380 if using LND to account for longer addresses) Changing `YOUR_SERVER_IP` to the IP address of the machine you're running SatSale on. Optionally, you can redirect a domain to that IP and use that instead. ### Using HTTPS & Domains