Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
The featured image on blog post get automatically cropped. Why is that? is it possible to not have it cropped and just leave the image as it is?
- Please watch this article: https://www.askarifighter.com/sv/fight-video-glory-42-paris/
You can see that it got cropped and the "GLORY" logo is showing in half
Hi there,
There are two methods to do this:
Method 1. To change that go to Laborator > Theme Options > Blog Settings and in the Thumbnail Height section change at what height you want the images to be cropped, then regenerate the thumbnails.
Method 2. Add the following code to your themes functions.php file to load the original image size.
function lab_blog_single_image_size_original( $size ) { return 'original'; } add_filter( 'lab_blog_single_image_size', 'lab_blog_single_image_size_original', 100 );Best regards,
Laborator Team
Thank you! The code for functions.php worked fine =)
(just needed to correct the spelling on the first word)
Thanks you for the great support!
Ahh, it seems I've missed the f character, have a great day
Best regards,
Laborator Team