Skip to content
Snippets Groups Projects
Unverified Commit 7bb8030c authored by Claire's avatar Claire Committed by GitHub
Browse files

Change OpenGraph-based embeds to allow fullscreen (#25058)

parent 36a77748
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ class LinkDetailsExtractor
end
def html
player_url.present? ? content_tag(:iframe, nil, src: player_url, width: width, height: height, allowtransparency: 'true', scrolling: 'no', frameborder: '0') : nil
player_url.present? ? content_tag(:iframe, nil, src: player_url, width: width, height: height, allowfullscreen: 'true', allowtransparency: 'true', scrolling: 'no', frameborder: '0') : nil
end
def width
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment