• Hi there,

    On some pages I want thumbnails to have no description and be nice and small.

    On others I’d like much larger thumbnails with a description.

    For the description part of this I’ve got description not displayed as default and then add descriptions=true to the short code when I want them e.g.

    [dg ids=564,562 descriptions=true]

    But how best to vary thumbnail sizes across the same site?

    Thanks in advance,

    Josef.

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

    (@danrossiter)

    Hi Josef,

    This could be accomplished by setting the thumbnail generation size to the larger size, then use custom CSS to handle the different thumbnail sizes for description and no-description galleries like so (paste into Dashboard -> Settings -> Document Gallery -> Custom CSS:

    .document-gallery .document-icon img { width: 50px }
    .document-gallery .descriptions.document-icon-row img { width: 200px }

    -Dan

Viewing 1 replies (of 1 total)
  • The topic ‘Varying thumbnail size across same site’ is closed to new replies.