Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter RoyKok

    (@roykok)

    Never mind… Found it in the custom CSS. EXCELLENT PLUGIN!!!

    Plugin Author Dan Rossiter

    (@danrossiter)

    Glad you figured it out, RoyKok!

    The thumbnails are being generated at max dimensions of 200x200px, so you’ve got quite a bit more size beyond what they are displayed at by default. There are plans to make the max dimensions configurable, but this has yet to be fully-implemented.

    -Dan

    PS: Don’t forget to rate Document Gallery if you’ve found it useful. Thanks! ??

    Thread Starter RoyKok

    (@roykok)

    Thanks you for your support! I’m a newbie at WordPress, but catching on. Larger Thumbnail Dimensions would be a benefit for me. My company generates PDF based reports that are very visual in nature. I would like a large image as well as the description. 200px will work for now, but as soon as you can make bigger, I’ll sign up for it! Happy to give you a great rating. Your product is very good.

    Hi, I have the same problem as RoyKok but can’t work out how to change the size in CSS. Plesae could you give me instructions? I am trying to make my thumbnails bigger.

    Thanks

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi HelsDel,

    The following two blocks will change the icon size to the (current) max size of 200 px:

    div.document-icon img {
      max-width: 200px !important;
      max-height: 200px !important;
    }
    div.descriptions.document-icon img {
      max-width: 200px !important;
      max-height: 200px !important;
    }

    Hope that does what you need!
    -Dan

    Thanks Dan, please could you let me know exactly where to paste these blocks? I’m not too familiar with CSS and I don’t want to stick the codes in the wrong place.

    Plugin Author Dan Rossiter

    (@danrossiter)

    HelsDel,

    In your dashboard, just go to Settings -> Document Gallery and then scroll down to the big textbox. Don’t forget to push save once you’ve pasted the CSS.

    -Dan

    Thanks very much Dan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change Thumbnail Size’ is closed to new replies.