Skip Navigation

[Resolved] image slider crop not working

This support ticket is created 3 years 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 3 replies, has 2 voices.

Last updated by corineV 3 years ago.

Assisted by: Shane.

Author
Posts
#2239931
Schermafbeelding 2021-12-08 om 16.45.49.png
Schermafbeelding 2021-12-08 om 16.45.31.png
Schermafbeelding 2021-12-08 om 16.45.23.png

Tell us what you are trying to do?
I want to use the dynamic image slider but the crop-functions does not seem to work

What is the link to your site?
hidden link

#2240043

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Corine,

Thank you for getting in touch.

Would you mind allowing me to have admin access to the website so that I can have a more detailed look at this for you ?

I've enabled the private fields for your next response.

Thanks,
Shane

#2240085

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Corine,

The problem is actually being caused by your child theme.

Add this css to the site and it will resolve the issue.

.glide__slide{
aspect-ratio: auto 320 / 320;
}

You theme is actually overwriting the styling for the carousel images.

Thanks,
Shane

#2240117

My issue is resolved now. Thank you!
I found the code in my theme-css:
.glide__slide {
height: 100%;
}*
After removing it worked for the small pics. Thanks.

Unfortunately, the top photo can't be square. Why can't you choose a specific size for that photo? Maybe a tip for a next update?