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...

Home Page:https://vimejs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vm-embed is cropped when inside vm-player

vogdb opened this issue · comments

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