diff --git a/js/h5p.js b/js/h5p.js index ee1888a..9833d32 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -733,7 +733,7 @@ H5P.fullScreen = function ($element, instance, exitCallback, body, forceSemiFull } else { // In case this element has been used before. - element.removeAttribute('crossorigin'); + element.crossOrigin = "anonymous"; } element.src = H5P.getPath(path, contentId);