vime icon indicating copy to clipboard operation
vime copied to clipboard

vm-embed is cropped when inside vm-player

Open vogdb opened this issue 1 year ago • 0 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

vogdb avatar Apr 19 '23 11:04 vogdb