vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.75k stars 154 forks source link

vm-embed is cropped when inside vm-player #366

Open vogdb opened 1 year ago

vogdb commented 1 year ago

Hi! I'm trying to use vm-embed inside vm-player to include videos from bilibili.com. The problem is that videos are cropped. The issue is reproduced with Youtube as well.

<vm-player controls>
  <vm-embed
  embed-src="https://www.youtube.com/embed/Ex4SbCgFAOo"
  />
</vm-player>

Here how it is cropped:

Screenshot from 2023-04-19 14-27-05