Skip Navigation

[Resolved] blocks slider images not consistent height

This support ticket is created 3 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 3 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#2158957
Capture.JPG

Tell us what you are trying to do? images in all sliders should be same height

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site? hidden link

#2159281

Hello,

It should be a CSS issue, you can setup custom CSS codes to override the sliders height setting, for example:

.tb-image-slider .glide__slides {
    height: 100px;
}
#2160175
Capture.JPG

it needs to be responsive though. what's causing the difference in height? it's set to crop images. shouldn't they automatically be cropped to fit the space?

#2161735

Crop image setting does not use same height, it can only keep the images aspect ratio setting(width : height), see WP document:
hidden link