Viewing 7 replies - 1 through 7 (of 7 total)
  • Diosa-UK

    (@venus-hair-brighton)

    Hi there,

    Seconded! We’ve got the exact same problem since updating.

    Many thanks 🙂

    Same here, I have resorted to overriding the css in my theme.

    Diosa-UK

    (@venus-hair-brighton)

    I luckily had a backup of the plugin from version 1.1, so I’ve deleted 1.2.1 and rolled it back. All working as it was again now.

    I had the same issue, although I noticed that there’s 2 height attributes in the “responsive-video-embeds/css/rve.css” file.

    There’s “height:0px” as well as “height:auto”.

    Removing the first one (0px) seems to make the height work properly.

    Please can this be updated?

    Thanks in advance. 🙂

    Plugin Author Kevin Leary

    (@kevinlearynet)

    This has been resolved in 1.2.2, with a height and width attributed calculated and added using JavaScript.

    Hi Kevin,

    great plugin and thank you for the fix!

    However, update 1.2.2 gave me a new problem. Your jQuery selector
    $($("object, embed, iframe"), $(".rve"))
    returned every iframe in my page, including those not inside “.rve” containers. I changed it to
    $("object, embed, iframe", $(".rve"))
    which works fine for me.

    Plugin Author Kevin Leary

    (@kevinlearynet)

    A fix for this issue specifically has just been rolled out as version 1.2.3. The plugin now properly specifies only object, embed, and iframe tags inside of a <div class="rve"> container be resized. Props to theschnuffel for providing feedback on this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘0px height since update to 1.2.1’ is closed to new replies.