I have looked everywhere to try and figure out how to use infinite scroll and not have a loading image, but I cannot find it. This is how you set it up loading text and image:
loading: {
img: "/img/loading.gif",
msgText: "Loading new posts..."
}
if i set msgText
to ''
then there will be no text, yet I cannot seem to do the same with the loading image as if I set it to a blank string, it will display the error image image.
How can I use infinite scroll with no loading image?
infinite-scroll
note that the loading image and text is incorrect syntax on that page, you can see the correct syntax here