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, 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.