Hi guys,
when embedding Youtube or Vimeo videos, the video appears, but the height is cut off.
The settings in wpDiscuz Embeds are:
- Embed video player with = 670px
- Embed video player height = 450px
The embed code in the html output is:
<iframe title="Johnny Test.MOV" src="https://player.vimeo.com/video/689658359?h=2e64948efd&dnt=1&app_id=122963" width="670" height="376" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen=""></iframe>
So the height of the iframe is only 376px, which will cut off the video.
How can I embed videos so that they are displayed correctly?