Open roy-palomino opened 3 years ago
Same here
Same here using :
"@vime/core": "^5.0.31",
"@vime/react": "^5.0.31",
There is a solution or just a workaround?
There is a solution or just a workaround?
@MirkoLo I ended up using vue-vimeo-player library for vimeo and iframe for youtube with some css: `
div(v-if="player") .video-background(v-show="playerIsReady") vue-vimeo-player.video-style( @ready="playerIsReady = true" :video-id="getCode(video)" :options="options" ) BackgroundVideo.background-style(v-show="!playerIsReady") div(v-else) iframe(width='100%', height='600', :src="youtubeCode(video)")
.video-style {
max-width: 1200px;
margin-right: auto;
margin-left: auto;
padding: 0 10px 0 10px;
}
`
Bug Report
Vime version:
@vime/vue-next: ^5.0.33
Provider:
[] Audio [] Video [] HLS [] DASH [x] YouTube [x] Vimeo [] Dailymotion
Current behavior:
Youtube component sticks to the top with 100% width and just a small height. Vimeo component overlays almost all the screen and its height is double of the video. Both components dont have the posibility of editing the size.
Expected behavior:
Having the posibility to edit the size.
Steps to reproduce:
Related code:
Other information: