2 minutes September 15, 2025

Why Are Some Shopware 6 Thumbnails Missing After Generation?

When managing a Shopware 6 store, handling media assets and thumbnails efficiently is essential for proper display across responsive layouts, product galleries, and marketing needs.

However, you may encounter a situation where some of your defined thumbnail sizes do not appear after running the thumbnail generation command.

This guide explains the root cause of this issue and provides a practical solution, including the full code override.

The Problem: Thumbnail Size Limit Restriction

By default, Shopware 6’s admin interface limits the number of thumbnail sizes it fetches to 25.
Even if you define more than 25 thumbnail sizes in your system, the additional ones are not displayed in the admin and aren’t used during regeneration.
This leads to missing thumbnails in your media folder configuration.

The Solution: Override Default Component Limit

The solution involves overriding the sw-media-modal-folder-settings component via a custom plugin.
We increase the query limit from 25 to a higher number (e.g., 50, 100, or 999), allowing the system to fully load and process all defined thumbnail sizes.

Key Steps (Summary):

  1. Override sw-media-modal-folder-settings. 
  2. Modify the Criteria limit from 25 to 50 (or more). 
  3. Register the override in your plugin’s main.js. 
  4. Clear Shopware cache and rebuild administration assets. 
  5. Re-run thumbnail generation with bin/console media:generate-thumbnails.

Developer Reference – Full Override Example

 

Conclusion & CTA

By applying this simple override, you unlock the ability to manage and display more than 25 thumbnail sizes in Shopware 6, ensuring a fully responsive and professional image strategy.

Need help implementing custom Shopware solutions or optimizing your store?
Explore our Shopware Development Services and let our experts support your next project.

 

blog
Greetings! I'm Aneesh Sreedharan, CEO of 2Hats Logic Solutions. At 2Hats Logic Solutions, we are dedicated to providing technical expertise and resolving your concerns in the world of technology. Our blog page serves as a resource where we share insights and experiences, offering valuable perspectives on your queries.
Aneesh ceo
Aneesh Sreedharan
Founder & CEO, 2Hats Logic Solutions
Subscribe to our Newsletter
Aneesh ceo

    Stay In The Loop!

    Subscribe to our newsletter and learn about the latest digital trends.