diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js
index c42137f..94c19b8 100644
--- a/tarteaucitron.services.js
+++ b/tarteaucitron.services.js
@@ -939,13 +939,14 @@ tarteaucitron.services.artetv = {
video_json = x.getAttribute("json"),
video_width = x.getAttribute("width"),
video_height = x.getAttribute("height"),
- video_frame;
+ video_frame,
+ video_allowfullscreen = x.getAttribute("allowfullscreen");
if (video_json === undefined) {
return "";
}
- video_frame = '';
+ video_frame = '';
return video_frame;
});
},