Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

If you have an feedback for the Category Image Header Plugin - make it here.

2»

Comments

  • Options

    Awesome! I added a line for height as well. Thank you!

  • Options
    peregrineperegrine MVP
    edited August 2014

    you could try auto as well.

    but whatever works for you and your images.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    @peregrine said:
    you could try auto as well.

    but whatever works for you and your images.

    How do you do auto?

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited August 2014

    height:auto;

    also can use percentages

    width:100%;
    height:auto;

    or

    width:auto;
    height:100%;

Sign In or Register to comment.