Closed KeironLowe closed 5 years ago
Getting the following error in IE11 when using create with a template element.
Unable to get property 'cloneNode' of undefined or null reference
It looks like this is due to element.content on line 41 not existing on template elements in IE11.
Templates aren't supported in IE11. You need to use one of the first 3 options to create the lightbox: https://codepen.io/electerious/pen/pOBLxQ (hidden div).
Getting the following error in IE11 when using create with a template element.
Unable to get property 'cloneNode' of undefined or null reference
It looks like this is due to element.content on line 41 not existing on template elements in IE11.