sunnysideup/fixvideosforss4

在将视频从SS3迁移到SS4时修复视频

安装: 11

依赖: 0

建议者: 0

安全性: 0

星星: 0

关注者: 3

分支: 0

开放问题: 0

类型:silverstripe-vendormodule

dev-master 2023-07-11 06:05 UTC

This package is auto-updated.

Last update: 2024-09-11 08:33:21 UTC


README

将SS3中的嵌入视频修复为新格式SS4

替换

<p>
    <iframe foor="bar" src="https://www.youtube.com/embed/ANYCODEHERE" frameborder="0" foo2="bar2"></iframe>
</p>

<div thumbnail="https://i.ytimg.com/vi/ANYCODEHERE/hqdefault.jpg" class="ss-htmleditorfield-file embed">
    <iframe src="https://www.youtube.com/embed/ANYCODEHERE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</div>

以及Vimeo的类似处理