commit c3cf5168cf7c054736512a89ad96b5c23e529971 parent 8aa70ff3a1ed328a4417a4918fc1955237b237ee Author: Nick <nicholas.w.farrow@gmail.com> Date: Fri, 9 Jul 2021 17:45:41 +1000 Fix iframe width Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -60,7 +60,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;width:420px;height:240px;border:none;overflow:hidden;" scrolling="no"></iframe> +<iframe src="http://YOUR_SERVER_IP:8000/" style="margin: 0 auto;display:block;width:420px;height:400px;border:none;overflow:hidden;" scrolling="no"></iframe> ``` Changing `YOUR_SERVER_IP` to the IP address of the machine you're running SatSale on, node or otherwise. Additionally, you could redirect a domain to that IP and use that instead.