• To get working with https, change line 20 from:
    var all_videos = $( 'iframe[src^="https://player.vimeo.com"], iframe[src^="https://www.youtube.com"], object, embed' );

    .. to:
    var all_videos = $( 'iframe[src^="https://player.vimeo.com"], iframe[src^="https://www.youtube.com"], object, embed' );

    If the developer could update the plugin with this change, that would be helpful, thanks ??

  • The topic ‘get working with https’ is closed to new replies.