[wp-trac] [WordPress Trac] #40788: Media elements video container is 1 px to wide
WordPress Trac
noreply at wordpress.org
Thu May 18 07:34:51 UTC 2017
#40788: Media elements video container is 1 px to wide
--------------------------+------------------------------
Reporter: BackuPs | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by BackuPs):
@rafa8626
I can confirm that replacing the mediaelement-and-player.min.js file in
the wp-includes/js/mediaelement folder with MEJS build version 4.1.1 or
higher fixes the issue.
Now the question is how do we get the WP Core Team to adapt this fix and
when....
Thank you for resolving this.
To fix the issue by custom css when not replacing the js file also works
but its not as good as the replacement of the js file with the on from
mejs build version 4.1.1 or higher.
{{{
.mejs-container.mejs-video {
background: transparent;
min-width: 0;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40788#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list