Skip to content

Commit 4eff886

Browse files
committed
ACP2E-1654: Page Builder - Video autoplay not working on Safari and no preview image being displayed when autoplay is disabled.
1 parent 477fcf8 commit 4eff886

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/pagebuilder/content_type

1 file changed

+1
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/pagebuilder/content_type/video.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<attribute name="video_source" source="src" converter="Magento_PageBuilder/js/content-type/video/converter/attribute/videosrc" preview_converter="Magento_PageBuilder/js/content-type/video/converter/attribute/videosrc"/>
4747
<attribute name="autoplay" storage_key="autoplay" source="autoplay" converter="Magento_PageBuilder/js/content-type/video/converter/attribute/autoplay"/>
4848
<attribute name="muted_video" storage_key="autoplay" source="muted" converter="Magento_PageBuilder/js/content-type/video/converter/attribute/autoplay"/>
49+
<attribute name="playsinline_video" storage_key="autoplay" source="playsinline" converter="Magento_PageBuilder/js/content-type/video/converter/attribute/autoplay"/>
4950
</element>
5051
</elements>
5152
</appearance>

0 commit comments

Comments
 (0)