Open kunchamharsha opened 6 years ago
@kunchamharsha lazyYT is initiated with this line: $('.js-lazyYT').lazyYT({PARAMS})
.
Don't call it onLoad or on window ready, etc. (as given in demos).
Render Angular and then, once your video containers are ready - call: $('.js-lazyYT').lazyYT({PARAMS})
I have a client rendering page where we render the page dynamically using angularjs, lazyYT is rendering it even before angular renders it. Can anyone help me with this?