Skip to content

Commit 0797cc7

Browse files
PB-375: Align video background with embedded video
- fix muted false issue for video tag
1 parent 53c6566 commit 0797cc7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<element name="video">
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"/>
48-
<attribute name="muted_video" storage_key="autoplay" source="muted"/>
48+
<attribute name="muted_video" storage_key="autoplay" source="muted" converter="Magento_PageBuilder/js/content-type/video/converter/attribute/autoplay"/>
4949
</element>
5050
</elements>
5151
</appearance>

0 commit comments

Comments
 (0)