diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js
index 89d0114..c42137f 100644
--- a/tarteaucitron.services.js
+++ b/tarteaucitron.services.js
@@ -733,9 +733,10 @@ tarteaucitron.services.calameo = {
id = x.getAttribute("data-id"),
width = x.getAttribute("width"),
height = x.getAttribute("height"),
- url = '//v.calameo.com/?bkcode=' + id;
+ url = '//v.calameo.com/?bkcode=' + id,
+ allowfullscreen = x.getAttribute("allowfullscreen");
- return '';
+ return '';
});
},
"fallback": function () {