Okay
  Public Ticket #145592
Image Gallery Single Post Picture Size
Closed

Comments

  • Lukas started the conversation
    Hello, I've some trouble with the auto size of the post gallery. I've set the custom css with the no sidebar code. now i want to reduce the heigh of the pictures to 500px but the widh should be reduce auto and the image is in center if the page. it is possible? greetings lukas
  •  988
    ThemeNectar replied

    Hey Lukas!

    Add this to your custom css box:

    body .flex-gallery img {
        max-height: 500px!important;
        width: auto !important;
        margin: 0 auto!important;
    }

    Cheers!