[tor-commits] [snowflake/master] Update the iframe embed height to match the live example.

dcf at torproject.org dcf at torproject.org
Sat Aug 24 04:53:11 UTC 2019


commit 3bcd60ad106a6258048179c797089da79ab28214
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Aug 23 21:52:51 2019 -0600

    Update the iframe embed height to match the live example.
    
    The live example changed from "200px" to "240px" in
    4e5a50f2b54db62991e4ce3313aa9b7f92a1c573.
---
 proxy/static/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/static/index.html b/proxy/static/index.html
index d193d9c..fee61dd 100644
--- a/proxy/static/index.html
+++ b/proxy/static/index.html
@@ -82,7 +82,7 @@
 
       <p>It is now possible to embed the Snowflake badge on any website:</p>
 
-      <textarea readonly><iframe src="https://snowflake.torproject.org/embed.html" width="320px" height="200px" frameborder="0" scrolling="no"></iframe></textarea>
+      <textarea readonly><iframe src="https://snowflake.torproject.org/embed.html" width="320px" height="240px" frameborder="0" scrolling="no"></iframe></textarea>
 
       <p>Which looks like this:</p>
 





More information about the tor-commits mailing list