fixes and cleanup
This commit is contained in:
@@ -108,7 +108,6 @@ const dynamicStyle = computed(() => {
|
||||
|
||||
|
||||
function onVideoLoaded(event: Event) {
|
||||
console.log('video loaded', event.target);
|
||||
mediaDimensions.value = {
|
||||
width: video.value!.videoWidth,
|
||||
height: video.value!.videoHeight,
|
||||
|
||||
Reference in New Issue
Block a user