diff --git a/dist/dsgvo-video-embed.min.js b/dist/dsgvo-video-embed.min.js
index 7f77cae..defed15 100644
--- a/dist/dsgvo-video-embed.min.js
+++ b/dist/dsgvo-video-embed.min.js
@@ -1,6 +1,6 @@
/**
- * DSGVO Video Embed, v1.0.2
- * (c) 2018 Arndt von Lucadou
+ * DSGVO Video Embed, v1.0.3
+ * (c) 2021 Arndt von Lucadou
* MIT License
* https://github.com/a-v-l/dsgvo-video-embed
*/
@@ -12,5 +12,5 @@
vimeo: 'Eingebettetes Vimeo-Video
Hinweis: Dieses eingebettete Video wird von Vimeo, Inc., 555 West 18th Street, New York, New York 10011, USA bereitgestellt. Beim Abspielen wird eine Verbindung zu den Servern von Vimeo hergestellt. Dabei wird Vimeo mitgeteilt, welche Seiten Sie besuchen. Wenn Sie in Ihrem Vimeo-Account eingeloggt sind, kann Vimeo Ihr Surfverhalten Ihnen persönlich zuzuordnen. Dies verhindern Sie, indem Sie sich vorher aus Ihrem Vimeo-Account ausloggen.
Wird ein Vimeo-Video gestartet, setzt der Anbieter Cookies ein, die Hinweise über das Nutzerverhalten sammeln.
Weitere Informationen zum Datenschutz bei „Vimeo“ finden Sie in der Datenschutzerklärung des Anbieters unter: https://vimeo.com/privacy
Link zum Video: https://vimeo.com/%id%'
};
window.video_iframes = [];
- document.addEventListener("DOMContentLoaded",function(){for(var a,b,g,c,e,f,d=0,h=window.frames.length-1;d<=h;d+=1)a=document.getElementsByTagName("iframe")[0],e=a.getAttribute("width"),f=a.getAttribute("height"),c=a.src,video_iframes.push(a),b=document.createElement("article"),null!=c.match(/youtube|vimeo/)&&("undefined"===typeof window.frames[0].stop?setTimeout(function(){window.frames[0].execCommand("Stop")},1E3):setTimeout(function(){window.frames[0].stop()},1E3),g=null==c.match(/vimeo/)?"youtube":"vimeo",c=c.match(/(embed|video)\/([^?\s]*)/)[2],b.setAttribute("class","video-wall"),b.setAttribute("data-index",d),e&&f&&b.setAttribute("style","width:"+e+"px;height:"+f+"px"),b.innerHTML=text[g].replace(/%id%/g,c),a.parentNode.replaceChild(b,a),document.querySelectorAll(".video-wall button")[d].addEventListener("click",function(){var a=this.parentNode,b=a.getAttribute("data-index");video_iframes[b].src=video_iframes[b].src.replace(/www\.youtube\.com/,"www.youtube-nocookie.com");a.parentNode.replaceChild(video_iframes[b],a)},!1))});
+ document.addEventListener("DOMContentLoaded",function(){for(var a,b,k,c,e,f,d=0,l=window.frames.length-1;d<=l;d+=1)a=document.getElementsByTagName("iframe")[0],c=a.src,null!=c.match(/youtube|vimeo/)&&(video_iframes.push(a),e=a.getAttribute("width"),f=a.getAttribute("height"),b=document.createElement("article"),"undefined"===typeof window.frames[0].stop?setTimeout(function(){window.frames[0].execCommand("Stop")},1E3):setTimeout(function(){window.frames[0].stop()},1E3),k=null==c.match(/vimeo/)?"youtube":"vimeo",c=c.match(/(embed|video)\/([^?\s]*)/)[2],b.setAttribute("class","video-wall"),b.setAttribute("data-index",d),e&&f&&b.setAttribute("style","width:"+e+"px;height:"+f+"px"),b.innerHTML=text[k].replace(/%id%/g,c),a.parentNode.replaceChild(b,a),document.querySelectorAll(".video-wall button")[d].addEventListener("click",function(){var g=this.parentNode,h=g.getAttribute("data-index");video_iframes[h].src=video_iframes[h].src.replace(/www\.youtube\.com/,"www.youtube-nocookie.com");g.parentNode.replaceChild(video_iframes[h],g)},!1))});
})();
diff --git a/js/dsgvo-video-embed.js b/js/dsgvo-video-embed.js
index d048343..e48b827 100644
--- a/js/dsgvo-video-embed.js
+++ b/js/dsgvo-video-embed.js
@@ -1,6 +1,6 @@
/**
- * DSGVO Video Embed, v1.0.2
- * (c) 2018 Arndt von Lucadou
+ * DSGVO Video Embed, v1.0.3
+ * (c) 2021 Arndt von Lucadou
* MIT License
* https://github.com/a-v-l/dsgvo-video-embed
*/