浏览代码

Add allowfullscreen attribute to oembed iframe (#10370)

for video player full screen button.
master
rinsuki 5 年前
committed by Eugen Rochko
父节点
当前提交
d8b6431aa7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      app/serializers/oembed_serializer.rb

+ 1
- 0
app/serializers/oembed_serializer.rb 查看文件

@@ -43,6 +43,7 @@ class OEmbedSerializer < ActiveModel::Serializer
style: 'max-width: 100%; border: 0',
width: width,
height: height,
allowfullscreen: true,
}

content_tag(:iframe, nil, attributes) + content_tag(:script, nil, src: full_asset_url('embed.js', skip_pipeline: true), async: true)


正在加载...
取消
保存