Title: [Plugin: MediaCore] fluid width player?
Last modified: August 20, 2016

---

# [Plugin: MediaCore] fluid width player?

 *  Resolved [Anointed](https://wordpress.org/support/users/anointed/)
 * (@anointed)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mediacore-fluid-width-player/)
 * I use a responsive theme on all of my websites where the size of the post area
   changes depending upon the size of the browser. This means I do NOT set a fixed
   width/height on any of my media elements, but rather use fluid % based width/
   height settings.
 * I noticed that the plugin is injecting an iframe with a fixed width of 400px 
   which is completely destroying my theme layout, esp on mobile media queries.
 * How do I go about changing the embedded video to use width: 100% and a height:
   auto?
 * [http://wordpress.org/extend/plugins/mediacore/](http://wordpress.org/extend/plugins/mediacore/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [MediaCore](https://wordpress.org/support/users/getmediacore/)
 * (@getmediacore)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mediacore-fluid-width-player/#post-2591215)
 * Hi Anointed,
 * You should be able to simply set the width and height in your custom css and 
   it will override the iframe’s hard coded width and height values. For example:
 * #tags .wrapping iframe {
    width: 100% !important; height: auto !important; }
 * If this doesn’t fix the problem, we could help you better if you sent us the 
   domain where you’re having the problem so we could take a look.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: MediaCore] fluid width player?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mediacore_c3c6bd.svg)
 * [MediaCore Chooser](https://wordpress.org/plugins/mediacore/)
 * [Support Threads](https://wordpress.org/support/plugin/mediacore/)
 * [Active Topics](https://wordpress.org/support/plugin/mediacore/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mediacore/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mediacore/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [MediaCore](https://wordpress.org/support/users/getmediacore/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mediacore-fluid-width-player/#post-2591215)
 * Status: resolved