Support » Plugin: Infinite-Scroll » increase minimum entities to load

  • Hello,

    I’m trying to increase the number of entities (thumbnails)that load on this page:
    diameterofasquare.com/searching/index

    What is happening now, is, at certain resolutions and browser window sizes, only 12 thumbnails load, and the scroll bar is completely inactive.

    Is there a setting in the infinite scroll code that defines the minimum number of images to load?

    http://wordpress.org/extend/plugins/infinite-scroll/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor beaver6813

    (@beaver6813)

    @danbig I’ve opened a ticket for this in the main development repo to make the option visible in WordPress:
    https://github.com/paulirish/infinite-scroll/issues/389

    Until then you could manually edit “plugins/infinite-scroll/js/front-end/jquery.infinitescroll.js”

    Find:
    prefill:false

    Replace with:
    prefill:true

    Edit: Forgot to add, the prefill option will load pages until the browser window is filled. So if the scroll bar is inactive, it will load the next page and so on until it’s not (thus making infinite-scroll work.. 🙂 )

    Thread Starter danbig

    (@danbig)

    Hi Beaver,

    Thanks a million for the tip, and for putting the idea up for implementation.

    If I update the plugin (using the wordpress admin screen), will it overwrite this change that I made?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘increase minimum entities to load’ is closed to new replies.