How to configure the 'Slider'/Image Show GK4 component to show the images responsive?
Viewing the site on mobile just cuts a piece of the image banner image.
I am struggling to get the images on 100% width without getting a large grey area underneath.

    gewoon-jeroen
    Hi
    I checked your site view for mobile and image is showing max size already as its in the background.
    There is black space as a min height is added.
    Kindly add this code in override.css

    @media (max-width: 640px){
    #gkIs-gk-is-114 {
        height: 100px;
    }}

    set the height as per needs to cover the black space.

    Regards

    Write a Reply...
    You need to Login to view replies.