• Resolved netbjarne

    (@netbjarne)


    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://www.ads-software.com/plugins/document-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter netbjarne

    (@netbjarne)

    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

    (@danrossiter)

    You got it! ??

    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Large thumbnails generated, but shown small.’ is closed to new replies.