Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
edgarj
ParticipantIt works..! Thanks Ally.
Here’s the javascript and link – in the hope that it will help anyone else with a similar issue.
$(“#fancybox-video”).click(function() {
$.fancybox({
‘padding’ : 0,
‘autoScale’ : false,
‘transitionIn’ : ‘none’,
‘transitionOut’ : ‘none’,
‘title’ : this.title,
‘width’ : 680,
‘height’ : 495,
‘href’ : this.href.replace(new RegExp(“watch\\?v=”, “i”), ‘v/’),
‘type’ : ‘iframe’
});return false;
});- AuthorPosts
Viewing 1 post (of 1 total)