Hi there,
Lou helped me fix my images in this view: hidden link
They all need to be 600 width x 400 heiht pixels and if the image doesn't match it should just crop the image to the right size. It used to work but now it suddenly does not anymore.
Can you help?
Hello and thank you for contacting the Toolset support.
Our developers are aware of a bug in the image block that appears with custom sizes and cropping. The fix will be released in the coming version. As a workaround, use a shortcode to generate the resized/cropped image. Check this screenshot hidden link
[types field='cover-image' title='%%TITLE%%' alt='%%ALT%%' size='custom' width='600' height='400' resize='crop'][/types]
I used it inside a Fields&Text block, but you can also use it inside a shortcode block, or a classic HTML block.
I hope this helps. Let me know if you have any questions.
Thanks Jamal,
It seems to work. When the update arrives - will i then need to change anything?
Currently, I removed the image block and used a shortcode instead of it. After the update that will fix the resizing issue on the image block, you can remove the shortcode and use an Image block instead, or you can keep working with the shortcode. They are two options to achieve the same thing(display a resized image).
My issue is resolved now. Thank you!