Title: Large thumbnails generated, but shown small.
Last modified: August 30, 2016

---

# Large thumbnails generated, but shown small.

 *  Resolved [netbjarne](https://wordpress.org/support/users/netbjarne/)
 * (@netbjarne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/large-thumbnails-generated-but-shown-small/)
 * Thank you for a great plugin, I have just started with it.
 * I’m going for larger thumbnails, since my posts will feature just a single pdf
   attachment. I changed the thumbnail size in DG and WP to 600×600 px, and the 
   columns to 1, but DG still shows me a small (200px-ish) thumbnail. However, if
   I download and inspect the thumbnail image, it actually is 600xsomething pixels
   large, meaning that probably some CSS styling is going on.
 * Any ideas?
 * Best regards,
    Bjarne
 * [https://wordpress.org/plugins/document-gallery/](https://wordpress.org/plugins/document-gallery/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [netbjarne](https://wordpress.org/support/users/netbjarne/)
 * (@netbjarne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/large-thumbnails-generated-but-shown-small/#post-6209264)
 * Oh, just found, that the css limits the thumbnails to 89px. The following custom
   css (applied in the plugin settings), seems to fix it for me:
 *     ```
       div.document-icon img{
         width: 100%;
         max-width: 100%;
         border: none;
       }
       ```
   
 *  Plugin Author [Dan Rossiter](https://wordpress.org/support/users/danrossiter/)
 * (@danrossiter)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/large-thumbnails-generated-but-shown-small/#post-6209381)
 * You got it! 🙂
 * -Dan
 * PS: If you’ve found this plugin useful, please take a moment to [rate it](http://wordpress.org/support/view/plugin-reviews/document-gallery#postform).
   Thanks! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Large thumbnails generated, but shown small.’ is closed to new replies.

 * ![](https://ps.w.org/document-gallery/assets/icon.svg?rev=983329)
 * [Document Gallery](https://wordpress.org/plugins/document-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/document-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/document-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/document-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/document-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/document-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dan Rossiter](https://wordpress.org/support/users/danrossiter/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/large-thumbnails-generated-but-shown-small/#post-6209381)
 * Status: resolved