Hello,
i just edited JUX-Youtube Feed and it gives me a js error which only comes from your module. U can see it in the console.
But also here :
ncaught TypeError: Cannot read property 'length' of null
at s.hasNext (jquery.yottie.bundled.js:16)
at Array.<anonymous> (jquery.yottie.bundled.js:16)
at i.x.emit (jquery.yottie.bundled.js:13)
at i.x.updateProgress (jquery.yottie.bundled.js:11)
at i.x.slideTo (jquery.yottie.bundled.js:12)
at x.onResize (jquery.yottie.bundled.js:12)
with that error my videos also load infinitly long which is no wonder but when i resize my browser-window the first page of videos just appears. i dont get why
Ok i found that the source is the ordering of Videos. If i take random it only loads while but then all videos are showed correctly. But i want to use Order : new to old. How to fix ?