diff --git a/pages/video-editor/utils/index.js b/pages/video-editor/utils/index.js index a91f13ce0..cd59d98a2 100644 --- a/pages/video-editor/utils/index.js +++ b/pages/video-editor/utils/index.js @@ -30,7 +30,7 @@ function createGoDAMVideoBlockMarkup( attrs ) { function createVideoAttributes( attachmentId, mediaData ) { const baseAttrs = { id: Number( attachmentId ), - aspectRatio: '16/9', + aspectRatio: '16:9', }; if ( ! mediaData ) {