- 000
Describe the bug
lazySizes Object is undefined in Safari
To Reproduce
http://afarkas.github.io/lazysizes/#examples
Steps to reproduce the behavior:
Inject Javascript:
var lz_Obj = window.lazySizes; console.log('window.lazySizes TYPE: ' + typeof lz_Obj, lz_Obj);
What is the expected behavior:
conso...