Skip Navigation

[Resolved] Images don't crop

This support ticket is created 2 years, 4 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.

This topic contains 3 replies, has 2 voices.

Last updated by zbyszekZ 2 years, 4 months ago.

Author
Posts
#2250811

I am trying to:
Set my images to custom size (335x271 px) in view block

Link to a page where the issue can be seen:
hidden link

I expected to see:
Cropped images.

Instead, I got:
Cropped images only on Admin Panel. But on the frontend my images are only scaled.

#2250831

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi there

I checked the source code of the page you linked to and see that the image sources are from a CDN and that you appear to be using an image optimisation tool of some kind, and that would account for the unexpected behaviour of the image block not using the specified image size.

#2254395

Hi Nigel.
Sorry for quite long delay with my answer.
I just found and add code to disable CDN:
Header set Cache-Control "no-cache, no-store, private, must-revalidate"
And it seems to be working now.
Thanks a lot to your advice! 🙂

#2254397

My issue is resolved now. Thank you Nigel!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.