Title: Plugin resized iframe width and height
Last modified: October 6, 2017

---

# Plugin resized iframe width and height

 *  [KristySimmons](https://wordpress.org/support/users/kristysimmons/)
 * (@kristysimmons)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-resized-iframe-width-and-height/)
 * Hi,
 * The plugin cut my load time in half, thank you for your work in putting this 
   together.
 * Unfortunately, it altered the width and height of my iframes, and they weren’t
   properly proportioned. Is there a setting that controls this, or a line of code
   I can modify?
 * Please note I added custom code to make the iframes responsive:
 * On the page:
 * iframe {
    width: 100%; overflow: hidden; }
 * [@media](https://wordpress.org/support/users/media/) (min-width: 768px) and (
   max-width: 1024px) {
    .vc_col-sm-12.wpb_column.column_container._.height-full{
   width: 60%; margin: 0 auto; float: none; } }
 * [@media](https://wordpress.org/support/users/media/) (max-width: 768px) {
    iframe{
   height: auto; } }
 * In the custom CSS:
 * /* iFrames */
    .video-responsive{ overflow:hidden; padding-bottom:56.25%; position:
   relative; height:0; } .video-responsive iframe{ left:0; top:0; height:100%; width:
   100%; position:absolute; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-resized-iframe-width-and-height%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Plugin resized iframe width and height’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bj-lazy-load_9084ba.svg)
 * [BJ Lazy Load](https://wordpress.org/plugins/bj-lazy-load/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bj-lazy-load/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bj-lazy-load/)
 * [Active Topics](https://wordpress.org/support/plugin/bj-lazy-load/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bj-lazy-load/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bj-lazy-load/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [KristySimmons](https://wordpress.org/support/users/kristysimmons/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-resized-iframe-width-and-height/)
 * Status: not resolved