• Chris Borgman

    (@chrisborgman)


    Other plugins I’ve tried don’t easily allow using CSS to change the image size. This is what I use:

    /*** Post Thumbnail Column ***/
    .column-featured_image img {
        margin: 0 auto;
        display: block;
        height: auto;
        width: auto;
        max-width: 80px;
        max-height: 80px;
    }

    This has to go into your Admin CSS.

  • The topic ‘Work perfectly! Thank you!’ is closed to new replies.