I need to play videos in fancybox. As per this solution I started working My a href tag looks like
Solution 1:
This is worked for me finally.
$(document).ready(function() {
$(".fancybox").fancybox({
type: "iframe",
width : 380,
height: 280
}).trigger("click");
});
Post a Comment for "Fancybox Video Highlight With Nothing In Rails"