Opened 3 years ago
Last modified 3 years ago
#53935 new defect (bug)
Vimeo oembed force player with large height on blog post
Reported by: | Trouffman | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | 5.8 |
Component: | Embeds | Keywords: | reporter-feedback |
Focuses: | ui | Cc: |
Description
Hi,
When embedding a Vimeo Video Player on a blog post, the admin automatic embed display the player correctly but the published version have height that is way bigger than the player.
How to reproduce :
- create a new blog post
- insert text before
- embed a Vimeo video with link : player.vimeo.com/video/VIDEOID
- insert text after
- publish post
-> the vimeo video player is with large blank space on top and bottom
More details :
Seems like this is the iframe code on the WP Public page :
<iframe src="https://player.vimeo.com/video/VIDEOID" width="1500" height="844" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
this width / height seems large and does not seems to come from the site theme either.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @Trouffman,
Thanks for this ticket!
Can you clarify which editor you are using (block editor vs. Classic Editor)?