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

    (@davilera)

    Hi! In order to fix the size, you’ll need to use the following CSS rule:

    .archive .wp-post-image.nelioefi,
    .blog .wp-post-image.nelioefi {
    max-height: 240px;
    }

    As you can see, you simply need to defined a max-height and you’re done! If you’re using the Responsive setting, then you may need to use @media queries to define different max-heights for each screen size (for instance, a certain max-height up to 360px, another one up to 480px, another one up to 640… and so on).

    Regarding the featured image in the single post view: does it work for regular (non-external) featured images? I can’t see them either! If it works, how should I enable regular featured images?

    Thread Starter alexterchum

    (@alexterchum)

    That works fine now!thanks a lot.
    However,with the use of Content View plugin thumbnails cannot be shown.
    Is this their plugin problem or it can be solved via editing functions?

    Plugin Author David Aguilera

    (@davilera)

    I’m afraid I can’t help you here. I don’t know what this Content View plugin does… in fact, I Know nothing about it!

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

The topic ‘Wrong thumb height with minamaze’ is closed to new replies.