#3779 closed defect (bug) (fixed)
WordPress.tv video is overlapping content
Reported by: | karmatosed | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | |
Cc: |
Description
This only seems on the archive pages perhaps:
Seen in Chrome on https://wordpress.tv/event/wordcamp-europe-2018/. Props to @melchoyce for discovering this.
Change History (9)
#3
@
6 years ago
Also not seeing this with Chrome Version 70.0.3528.4 (Official Build) dev (64-bit) on Mac
#4
@
6 years ago
It looks like this is only an issue for Automatticians. I can reproduce it when logged in to WP.com + proxied, but it's fine when not logged in, or not proxied. The iframe code itself is different (width & src domain), and incorrectly wider when logged in.
Not logged in, looks correct (Chrome/Mac):
<iframe width="575" height="323.1404958677686" src="https://videopress.com/embed/qjOKaoL2?hd=1&autoPlay=0&permalink=0&loop=0" frameborder="0" allowfullscreen=""></iframe>
Logged in, broken (Chrome/Mac):
<iframe width="605" height="340" src="https://video.wordpress.com/embed/qjOKaoL2?hd=1&autoPlay=0&permalink=0&loop=0" frameborder="0" allowfullscreen=""></iframe>
I'm not sure if this is a problem with the way the theme embeds videos, or if the issue is with videopress, though.
#6
@
6 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 7698:
#7
@
6 years ago
Just noting that although I've closed this, it won't be live on WordPress.TV until I sync the open-sourced theme changes to the production copy used by WordPress.TV.
#8
@
6 years ago
I should also add that this could be taken as a bug in either the theme, or the a8c VideoPress player, or both.
I wasn't able to determine what would be needed in VideoPress to fix it, the public JS has some code to restrict it to the width of the parent element, where as the a8c player appears to skip that code for an unknown reason - Perhaps due to the different domain name as mentioned in comment 4..
Not happening in Windows 10 Chrome Version 70.0.3528.4 (Official Build) dev (64-bit).