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.
Hi, when I use image slider the images are very blurry.. Is there a certain dimension for the images so that I can get full resolution on my page? An example is here:http://www.audreyzheng.design/portfolio/united-nations/. Additionally, the video preview is also quite blurry.
Hi reynelee,
Can you please add the following code in functions.php (end of file):
function use_higher_image_quality_for_gallery_image( $size ) { return 'portfolio-single-img-2'; } add_filter( 'kalium_single_portfolio_gallery_image', 'use_higher_image_quality_for_gallery_image' );This should do the work for you.