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

    (@danrossiter)

    Hi Shahid,

    For #1, I discuss changing the icon size here, but the summary is that you can put this in your custom CSS:

    div.document-icon img, div.descriptions.document-icon img {
      /* Anything up to 200px will work well, after that you'll start to see pixelation */
      max-width: 200px !important;
      max-height: 200px !important;
    }

    For #2, the number of columns is not currently configurable (it’s on the TODO list), but you can get 4 columns by simply removing the descriptions attribute you’re currently using or setting it to false.

    Hope that helps!
    -Dan

    Thread Starter mrshahid

    (@mrshahid)

    Thank you Dan,

    I got it working using the instruction in the link below:
    https://www.youtube.com/watch?v=30G7QjH5NDA

    I appreciate your reply.

    Regards,
    Mohammed Shahid

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘columns not working’ is closed to new replies.