Viewing 1 replies (of 1 total)
  • Putting this in your CSS somewhere should fix it:

    .mejs-container {
    	height: 0 !important;
    	padding-bottom: 56.25%; /* 16:9 */
    	position: relative;
    }
    .mejs-overlay.mejs-layer { height: 100% !important; }
Viewing 1 replies (of 1 total)
  • The topic ‘ME.js width=100%’ is closed to new replies.