From 4c33ff21424257afa6cec747699109126e4a2955 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 26 Nov 2016 20:21:11 -0800 Subject: [PATCH] Impose max-height on Tweets. --- src/Linkification/Embedding.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 84937e72b..61aee7446 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -390,7 +390,7 @@ Embedding = , key: 'Twitter' regExp: /^\w+:\/\/(?:www\.)?twitter\.com\/(\w+\/status\/\d+)/ - style: 'border: none; width: 550px; height: 250px;' + style: 'border: none; width: 550px; height: 250px; max-height: 80vh;' el: (a) -> el = $.el 'iframe' $.on el, 'load', ->