Skip to content

Instantly share code, notes, and snippets.

View LechDutkiewicz's full-sized avatar

Lech Dutkiewicz LechDutkiewicz

View GitHub Profile
@macedd
macedd / gist:4c8e962b898eaa06fde0
Created November 20, 2014 23:35
magnificPopup to allow youtube playlists and embeded videos
$.extend(true, $.magnificPopup.defaults, {
// Allow embed youtube (playlist, etc)
iframe: {
patterns: {
youtube: {
index: 'youtube.com',
id: function(src)
{
// link pattern
var mt = src.match(/v=([^&]+)(&(.*))?/);