Make WordPress Core

Ticket #32722: 32722.patch

File 32722.patch, 559 bytes (added by johneckman, 9 years ago)

Patch to set max-width on video and overlay play button layer

  • wp-includes/js/mediaelement/wp-mediaelement.css

     
    1111.mejs-embed body,
    1212.mejs-container .mejs-controls {
    1313        background: #222;
     14        max-width: 100%;
    1415}
    1516
    1617.mejs-controls a.mejs-horizontal-volume-slider {
     
    6263        width: auto;
    6364}
    6465
     66.mejs-layer {
     67        max-width: 100%;
     68}       
     69       
    6570.mejs-overlay-loading {
    6671        background: transparent;
    6772}