To get working with https, change line 20 from:
var all_videos = $( 'iframe[src^="https://player.vimeo.com"], iframe[src^="https://www.youtube.com"], object, embed' );
.. to:
var all_videos = $( 'iframe[src^="https://player.vimeo.com"], iframe[src^="https://www.youtube.com"], object, embed' );
If the developer could update the plugin with this change, that would be helpful, thanks ??
]]>Hi there, I have been using your WP Responsive Video WordPress Plugin and it works great. Recently I found it kept any NEW youtube videos added as fixed widths.
i found that wordpress was changing the youtube urls to https and your plugin only works on urls with http.
i have found a workaround by after pasting in video url and publishing the post, I then view the html source and copy the iframe tag and paste it into WordPress Editor in ‘text mode’ and change https to https
This is the only way to do it, otherwise WordPress keeps changing it back to https ??
After re-saving the post, the video is then responsive like all my old video posts ??
I am hoping it is an easy fix for you to update your plugin to make sure it works for https as well as http.
Let me know if you want me to test your plugin once you have updated it.
Thanks again for a great responsive video plugin.
Yours was the only one I could get to work, so glad I found this work around for myself.
Please share this with others if you wish.
Cheers again, Ian
]]>Hi, after activating the plugin, nothing was different and video still breaks my theme. Can you advise me what went wrong?
Thanks
Hi and thanks for a great plugin.
Works great with old embed code and new iframe code.
If possible, could you make it add &wmode=transparent to end of YouTube video urls please.
This is needed to make dropdown menus appear on top of YouTube videos.
eg: This is the code created by your plugin:
<iframe src="https://www.youtube.com/embed/sQyeThNssNg?feature=oembed" frameborder="0" allowfullscreen="" data-aspectratio="0.5625" data-oldwidth="640" style="width: 632px; height: 355.5px;"></iframe>
What would be great is if it can do it like this:
<iframe src="https://www.youtube.com/embed/sQyeThNssNg?feature=oembed&wmode=transparent" frameborder="0" allowfullscreen="" data-aspectratio="0.5625" data-oldwidth="640" style="width: 632px; height: 355.5px;"></iframe>
Thanks heaps ??
]]>This app does just what it says, and It saved me the hassle of a manual implement. I haven’t tried competing plugins but this serves up just what I need, Youtube and Vimeo.
A suggestion: It would be great if it resized the video’s height as well. Maybe take the aspect ratio into account and figure the ideal height based on the width variable.
Edit: I was able to go into my forum’s BBCode php function and remove the height variable from the embed code and now it resizes correctly. I’m not sure all users can do that.
]]>