diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 9dcc57851..a4f25d254 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -385,8 +385,10 @@ Embedding = key: 'Streamable' regExp: /^\w+:\/\/(?:www\.)?streamable\.com\/([\w\d]+)/ el: (a) -> - $.el 'iframe', + el = $.el 'iframe', src: "https://streamable.com/o/#{a.dataset.uid}" + el.setAttribute "allowfullscreen", "true" + el title: api: (uid) -> "https://api.streamable.com/oembed?url=https://streamable.com/#{uid}" text: (_) -> _.title