The limit for backgrounds is set in the templateDetails.xml file and by default it's 20. To overcome this limit you can edit the multibackgrounds.php file in admin/forms/fields folder on line 107, and change$limit = $gantry->get('backgrounds_list_limit');
toand it works!