Okay
  Public Ticket #1191892
Image size
Closed

Comments

  • communitylending started the conversation

    I think I updated images to be set to thumbnail size somewhere yesterday while playing around in the code and now the "image top of page" on all my pages shrunk. All images are supposed to be 457 × 350. Where can I change this back?

  •  2,005
    Ocean replied

    Hi,

    you can add css code

    .header-pic .img-responsive {

    height: auto;

    }