Any luck with Video PRO embeds?
-
Has anyone figured out how to get this to work with a Vimeo PRO video? Seems to muck things up how they’re handled a little differently, and as of yet I’ve not been able to get it to pull the video.
As a sample, here’s the iframe code for a video of mine hosted on PRO (which does load):
<iframe src=”//player.vimeo.com/video/120451793″ width=”640″ height=”360″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe>Thanks!!
-
Hi. I’m having the same issue with a Vimeo Plus video. I think it’s the same problem, because the plugin works perfectly with all the free Vimeo videos I tested with. Any suggestion about how to fix that? Thanks!
<div class=”embed-container”><iframe src=”https://player.vimeo.com/video/######” frameborder=”0″ webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
/* make vimeo iframe videos 100% and auto height */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; width: 100%; clear: both;}
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }This still hasn’t been fixed yet?
The problem that I see is the fve-video-wrapper div is getting a stye override of padding-bottom: 0.
Still dealing with this on my site. Is this really limited to only Vimeo Pro users??
For the time being, I added the following code to my CSS. It overrides the inline padding:0 with the default
.fve-video-wrapper { padding-bottom: 56.25% !important; }I’d obviously like an actual fix for this since this feels very hacky to me…. But for now it does the trick.
The topic ‘Any luck with Video PRO embeds?’ is closed to new replies.