【发布时间】:2020-05-19 18:44:50
【问题描述】:
我正在尝试使用 Wordpress 上的 Elementor Page 构建器向视频添加 Playsinline HTML 属性。我能够使用纯 HTML 完成此操作,但我不知道如何格式化 Elementor 自定义属性中的键|值对以使视频小部件在移动设备上在线播放。
这是我用来创建内嵌视频的代码。
<figure class="wp-block-video"><video controls src="https://staging1.ingoodhealth.co/wp-content/uploads/M1.mp4" Playsinline></video></figure>
【问题讨论】:
标签: html wordpress attributes elementor