Oooh, Responsive Video Embeds plugin seems to solve this.
I figured it out! It’s either in functions.php or extras.php (depending on your version of Spun).
You’ll want to change this line:
$posts_per_page = intval( get_option( 'posts_per_page' ) ) - 1;
to:
$posts_per_page = intval(100);
Where 100 = however many posts you wish to display.
Yeah, I’ve been looking for a plugin solution but haven’t found anything. If anyone knows what Andrew is talking about, please share a link!