Fancybox Video Highlight With Nothing In Rails August 06, 2023 Post a Comment 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, // or whatever height: 280 }).trigger("click"); }); Copy Share You may like these postsScope When Doing Oo Javascript CallbacksHow To Auto Shrink Iframe Height Dynamically?How To Bring Drop Shadow Effect For A Div On Mouseover Using Jquery / JavascriptWhy Select Option Change Event Can't Have This And Event.target To Get Selected Value? Post a Comment for "Fancybox Video Highlight With Nothing In Rails"
Post a Comment for "Fancybox Video Highlight With Nothing In Rails"