We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff687c9 commit 017a86bCopy full SHA for 017a86b
src/runtime/components/ScriptYouTubePlayer.vue
@@ -116,7 +116,7 @@ const rootAttrs = computed(() => {
116
backgroundColor: 'black',
117
maxWidth: '100%',
118
width: `${props.width}px`,
119
- height: `'auto'`,
+ height: 'auto',
120
aspectRatio: `${props.width}/${props.height}`,
121
},
122
...(trigger instanceof Promise ? trigger.ssrAttrs || {} : {}),
0 commit comments