diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 38d2ad0..52f55a7 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -3816,6 +3816,7 @@ tarteaucitron.services.matterport = { matterport_height = x.getAttribute("height"), frame_height = 'height=', matterport_parameters = x.getAttribute("parameters"), + matterport_allowfullscreen = x.getAttribute('allowfullscreen'), matterport_frame; if (matterport_id === undefined) { @@ -3835,7 +3836,7 @@ tarteaucitron.services.matterport = { return ""; } - matterport_frame = ''; + matterport_frame = ''; return matterport_frame; }); },