Lightslider change the height of the scrolling slider in image mode

Hello @jefrey I made a post, in which I had to explain how I inserted LightSlider in Quark blog template, the height should not be a problem, all images have to have same height, their names image-1.jpg, image-2.jpg etc., in the image style I used the following,

img {
    display: block;
    height: auto;
    max-width: 100%;
}

Please look the whole post specially point 2.- lightslider.html.twig on this post. Hope this can help:

Regards.