diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index d31026a..d5ec9cc 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -265,9 +265,10 @@ tarteaucitron.services.podcloud = { var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'podCloud iframe'), width = x.getAttribute("width"), height = x.getAttribute("height"), - url = x.getAttribute("data-url"); + url = x.getAttribute("data-url"), + allowfullscreen= x.getAttribute("allowfullscreen"); - return ''; + return ''; }); }, "fallback": function () {