WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins-dist
/
mediabox
/
lib
/
lity
/
plugins
/
youtube
/
Name
Action
..
youtube.js
Edit
youtube.min.js
Edit
Editing: youtube.min.js
/*! Lity - v3.0.0-dev - 2020-04-26 * http://sorgalla.com/lity/ * Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */ !function(a,b){"function"==typeof define&&define.amd?define(["lity"],function(a){b(a)}):b("object"==typeof module&&"object"==typeof module.exports?require("lity"):a.lity)}("undefined"!=typeof window?window:this,function(a){"use strict";var b=/(youtube(-nocookie)?\.com|youtu\.be)\/(watch\?v=|v\/|u\/|embed\/?)?([\w-]{11})(.*)?/i;a.handlers("youtube",function(c,d){var e=b.exec(c);return!!e&&a.iframe("https://www.youtube"+(e[2]||"")+".com/embed/"+e[4]+"?autoplay=1",d,e[5],c)})});