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 6be6cf4 commit cf3937cCopy full SHA for cf3937c
src/runtime/components/ScriptYouTubePlayer.vue
@@ -146,7 +146,7 @@ const rootAttrs = computed(() => {
146
cursor: 'pointer',
147
position: 'relative',
148
backgroundColor: 'black',
149
- maxWidth: '100%',
+ width: '100%',
150
aspectRatio: `${props.width}/${props.height}`,
151
},
152
...(trigger instanceof Promise ? trigger.ssrAttrs || {} : {}),
0 commit comments