i have a lot of difficulties to integrate the new fancybox (V.2.0.4 g81c12d7) with the new iframe vimeo embed code. does somebody have a solutions?
Because we can only resize the iframe video if it is in our own domain, I solved this problem by copying all html content of
http://cache.vevo.com/m/html/embed.html
To http://localhost/vevo.html. Then, changed the CSS:
#videoPlayerSWF {
width: 100%;
height:100%;
}
Now, I call fancybox url using:
http://localhost/vevo-embed.html?video=USUV71402745
Which has the same HTML, CSS, and JavaScript as:
http://cache.vevo.com/m/html/embed.html