Conversation
supportTo get working with https, change line 20 from: var all_videos = $( 'iframe[src^="http://player.vimeo.com"], iframe[src^="http://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 馃檪
No comments were stored for this source.