Okay
  Public Ticket #1445211
​The images in the portfolio entries do not scale correctly.
Closed

Comments

  •  2
    studerg started the conversation

    The images in the portfolio entries do not scale correctly. Only the right column of the images gets smaller for smaller displays. The left column retains the size of the pictures. I think theres a Problem with the responsive design.

    For example: https://jm-zug.ch/angebot/group-fitness

    THX Michael

  • [deleted] replied

    Hi Michael,

    Please add this CSS because I am not sure why that is not working the way it is supposed.

    @media screen and (max-width: 1200px) {
    .wpb_image_grid .wpb_image_grid_ul li {
    width: 49.5%;
    }
    }

    @media screen and (max-width: 560) {
    .wpb_image_grid .wpb_image_grid_ul li {
    width: 100%;
    }
    }

    FYI the image gallery is developed by WPB Bakery team so we don't develop this plugin but the CSS could work for you.

  •  2
    studerg replied

    Perfect! Now it works fine.

    Cheers Michael

  • [deleted] replied

    Glad to hear that Michael

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great weekend!