update
This commit is contained in:
@@ -17,7 +17,7 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<div class="plyrContainer">
|
||||
<video ref="plyrContainer">
|
||||
<video class="object-contain" ref="plyrContainer">
|
||||
<source :src="src">
|
||||
</video>
|
||||
</div>
|
||||
@@ -25,6 +25,9 @@ onMounted(() => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.plyrContainer {
|
||||
height: 80%;
|
||||
width: 70%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user