Reputation: 11
In my project, I have animation of CSS transition (like a bubble). Here to be exact, CSS3 Bubble and combined with fancybox link after hovering the bubble. It works fine for iframe, image elements, but once i open up the YouTube link, the fancybox works fine but i couldn't hover my trigger element again.
Has anyone experienced this problem or figured out the solution?
Upvotes: 0
Views: 368
Reputation: 11
Nevermind, I think I got it. By force-setting the jquery of youtube element to "iframe" with the provided url, the video seems to run just like iframe itself! :)
Upvotes: 1