• Resolved mrmook

    (@mrmook)


    I would like to have large thumbnails i.e. 300 x 300!
    I have used the code below in the CSS in plugin but thumbnails remain small!

    .document-icon-wrapper .document-icon{
    border-right: 1px solid #37824A;
    border-bottom: 1px solid #37824A;
    }
    div.document-icon a{
    font-size: 14px;
    line-height: 16px;
    }
    div.document-icon img {
    max-width: 300px !important;
    max-height: 300px !important;
    }
    div.descriptions.document-icon img {
    max-width: 300px !important;
    max-height: 300px !important;
    }

    Any help greatly appreciated.

    http://mrmook.com/demo1/gardinol/

    By the way GREAAAAAAAAAAAAT Plugin 🙂

    https://ww.wp.xz.cn/plugins/document-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dan Rossiter

    (@danrossiter)

    Hey mrmook,

    Glad you like the plugin!

    Try adding div.document-icon img { width: auto !important }. Should do the trick! 🙂

    -Dan

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

    Thread Starter mrmook

    (@mrmook)

    Great thanks did the trick!

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

The topic ‘Use Large Thumbnails’ is closed to new replies.