electerious / basicLightbox

The lightest lightbox ever made.
https://basiclightbox.electerious.com
MIT License
564 stars 55 forks source link

IE11 - Error when using .create with a template #29

Closed KeironLowe closed 5 years ago

KeironLowe commented 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.

electerious commented 5 years ago

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).