• Resolved moazamali83

    (@moazamali83)


    Dear Dan,

    Thank you very much for making such an incredible and useful plugin.
    I have a little issue with the Thumbnail sizing. its by default 200×200 i believe. i tried everything from changing from Settings to inserting all of your given CSS in CSS text area, but nothing working with.
    Is there any solution please. i want to make it 400X400.

    Thanks and looking forward.

    Regards,
    Moazam Ali

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

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

    (@danrossiter)

    Hi Moazam,

    There are two things at play here: actual img size and the size the images are scaled to by CSS. Changing the settings to generate 400×400 imgs will change the actual size of the imgs, but you’ll still need to add custom CSS in order to have the imgs displayed at a size larger than the default.

    -Dan

    Thread Starter moazamali83

    (@moazamali83)

    Thanks Dear,

    May i have custome CSS to insert in text box. I have tried with the provided custom css earlier in diff posts but they are not working.

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi Moazam,

    The CSS is going to depend on your theme and number of columns, etc. To target the images within galleries, you’ll use the following selector: .document-icon img.

    So, for example, the following: .document-icon img { width: 400px !important }

    -Dan

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

The topic ‘pdf Thumbnail Size’ is closed to new replies.