Hi, This is David.
I have a problem with image slider in last update. It's impossible to control height and width. In previous version it was possible to control these, but not now.
It has and unexpected results. Look at the screenshots. the sliders have different height. How can I control this? I need help with this.
I attach an screenshot of previous version of the block requesting me to change it.
Thanks in advance.
Hello David and thank you for contacting the Toolset support.
I run a local test. Indeed, currently, there is no way to control the height of the Image slider from the user interface. But I was able to make it smaller by a custom CSS style such as the following:
li.glide__slide {
max-height: 50px;
}
The following code will fix the maximum height of the slider to 50px, you may want to have a different value.
If you believe the user interface should have a control to customize the height, please ask it in the following page, our product managers will evaluate it and hopefully include it in the coming releases.
http://toolset.com/contact-us/suggest-a-new-feature-for-toolset/
I hope this helps. Let us know your feedback.
Thanks fot your answer
Have a nice day Jamal.