mirror of
https://github.com/mastodon/mastodon
synced 2024-11-24 15:16:19 +09:00
Change OpenGraph-based embeds to allow fullscreen (#25058)
This commit is contained in:
parent
b3cbcd7447
commit
f962e83856
@ -140,7 +140,7 @@ class LinkDetailsExtractor
|
|||||||
end
|
end
|
||||||
|
|
||||||
def html
|
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
|
end
|
||||||
|
|
||||||
def width
|
def width
|
||||||
|
Loading…
Reference in New Issue
Block a user