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

commit 3bcd60ad106a6258048179c797089da79ab28214 Author: David Fifield <david@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>
participants (1)
-
dcf@torproject.org