diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 2e7573a..38d2ad0 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -2889,6 +2889,7 @@ tarteaucitron.services.vimeo = { frame_height = 'height=', video_id = x.getAttribute("data-videoID") || x.getAttribute("videoID"), + video_allowfullscreen = x.getAttribute("data-allowfullscreen"), video_autopause = x.getAttribute("data-autopause") || '', video_autoplay = x.getAttribute("data-autoplay") || x.getAttribute("autoplay") || '', video_background = x.getAttribute("data-background") || '', @@ -3030,7 +3031,7 @@ tarteaucitron.services.vimeo = { video_qs = ""; } - video_frame = ''; + video_frame = ''; return video_frame; });