diff --git a/doc/conf.py b/doc/conf.py
index deb22096df2f..8b4124537411 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -141,6 +141,7 @@ def _check_dependencies():
     'within_subsection_order': gallery_order.subsectionorder,
     'remove_config_comments': True,
     'min_reported_time': 1,
+    'thumbnail_size': (320, 224),
     'compress_images': ('thumbnails', 'images'),
     'matplotlib_animations': True,
 }