Javascript function call
-
Hey,
Great work! Had zero problems getting this to work on an ecommerce site I am building.I have one question.
I’m using external javascript to pull in an instagram feed.
The javascript has an ‘after’ function that I can hook into.var lazyFeed = new Instafeed({ // ... rest of options template: '<img src="/link/to/placeholder.jpg" data-lazyload="{{image}}" />', after: function () { // run lazyloader call here } }); lazyFeed.run();
I cannot seem to find the init function for the bj lazy load plugin.
Can you advise?Thanks,
Jonny
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Javascript function call’ is closed to new replies.