Hi cootem,
Does your theme support gallery format? Gallery selection will be available on contributer side only if your theme support gallery post format.
Please check are you able to create post with gallery format using dashboard (if not, you will not be able to do that with contributor as well).
That was it. I am using the Unite theme. They listed it as supporting gallery format, but it was missing in the functions.php. The following change fixed it.
// Enable support for Post Formats.
add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', 'gallery' ) );
Thanks cootem for the update and the fix! I’ve marked the thread as resolved