• Resolved infernoprime

    (@infernoprime)


    Could someone help me with some css to enlarge the thumbnails in the media library? I am having some trouble with it.

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

    (@admintwentytwenty)

    Hello, are you wanting to enlarge the media library thumbnails within the default wordpress media library or the uiPress media library?

    Thread Starter infernoprime

    (@infernoprime)

    Well, since I was using your plugin the uiPress media library.

    Plugin Author UiPress

    (@admintwentytwenty)

    Yes, but using uiPress you will still see our media library and the default WordPress one.

    Anyway you could change the size using something like this:

    .uip-attachment-area > div > img {
      max-height: 200px;
      height: 200px;
    }

    Thanks,

    Mark

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enlarging media library thumbnails’ is closed to new replies.