How To Set The Limit For The Number of Videos Per Load?

You can do this by adding the option limit="n"to your shortcode. If you want to show the maximum number of videos use max="n"(There won’t be a Load more button after this many videos are shown).

For example: If you want to load 20 videos per load then put limit="20" in the shortcode. And if you want to load a total of 100 videos then set max="100". This will load 20 videos per load and after loading 100 videos there will be no Load more button.

Syntax: [yourchannel user="<username>" limit="<no. of videos>" max="<Maximum no. of videos to be displayed>"]

Example: [yourchannel user="Plugin Builders" limit="20" max="100"]

YourChannel-pagination-or-limit-videos