Do not remove crossOrigin property.
parent
196888bf3e
commit
48f06beee7
|
@ -733,7 +733,7 @@ H5P.fullScreen = function ($element, instance, exitCallback, body, forceSemiFull
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// In case this element has been used before.
|
// In case this element has been used before.
|
||||||
element.removeAttribute('crossorigin');
|
element.crossOrigin = "anonymous";
|
||||||
}
|
}
|
||||||
|
|
||||||
element.src = H5P.getPath(path, contentId);
|
element.src = H5P.getPath(path, contentId);
|
||||||
|
|
Loading…
Reference in New Issue