jwplayer in fancybox not playing on ipad/iphone
I'm using the following code but videos won't play with jwplayer inside fancybox on iOS (ipad/iphone)...works fine otherwise. I appreciate that iOS doesn't handle flash, but I'm unsure of how to modify this code to provide for the html5 fallback... <script type="text/javascript" src="scripts/jwplayer/html5/jwplayer.html5.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $(".video_popup").fancybox({ fitToView: false, // to show videos in their own size content: '<span></span>', // create temp content scrolling: 'no', // don't show scrolling bars in fancybox