Image Quality

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #11183
    siramericano
    Participant

    I tried regenerating and changing media size both to 600×600 (medium and large)
    Still getting blurry images – this is the link
    https://www.sailandyacht.it/excursions/

    #11244
    Support Team
    Keymaster

    Hello @siramericano,

    When we inspected your site URL we found that the images that you have used are small.

    So, please once upload the image of equal width and height approximately of around 600X600 px or greater and regenerate the thumbnail.

    Hope this helps.

    If the issue still persists then kindly let us know.

    Thank you.

    Best Regards!!

    #11589
    siramericano
    Participant

    I changed images two times and problem is still there

    #11590
    siramericano
    Participant

    I am uploading images that are at least 1200×1200 and it’s like the Wp Travel is resizing them

    #11651
    Support Team
    Keymaster

    Hello @siramericano,

    Now, the plugin automatically crops the image in the small. With the next update, we will add the filter using which you will be able to manage the image size so that the blurry effect will be removed.

    Even after adding the filter you need to again regenerate the thumbnail.

    The update will be released pretty soon.

    Hoping for your kind co-operations.

    Best Regards!!

    #11714
    siramericano
    Participant

    Thank you for answer, but my problem still persists even after new update!

    #11734
    Support Team
    Keymaster

    Hello @siramericano,

    The issue won’t be resolved after updating the plugin. We have only added the filter. Now you have to use the filter in order to resolve the issue.

    So please add below given code in your child theme’s functions.php file.

    function wp_travel_image_quality_customize (){
    
    $image_size = array( 'width' => 600, 'height' => 600 );
    
    return $image_size;
    }
    
    add_filter('wp_travel_thumbnail','wp_travel_image_quality_customize');

    Now after this regenerate the thumbnail.

    This should work.

    Let us know if that works or not?

    Thank you.

    Best Regards!!

    #12407
    beat105
    Participant

    Hi I have also same problem with image galery of all my tours all the images have blurry effect.
    can you help me please is there a way to remove this affect? thnx
    here is a link one of my tours
    https://www.famtours.com/tours-excursions/best-rafting-tour-in-antalya-national-park/

    #12417
    Support Team
    Keymaster

    Hello @beat105,

    As for the gallery issue, please upload the image of the size greater than 600X600px. Also, go to Admin Panel > Settings > Media and update the thumbnail size as mentioned in the screenshot below:

    https://prnt.sc/n0ta4r

    Also, finally make sure to regenerate the thumbnails using the thumbnail regenerating the plugin.

    Hope this helps.

    Additional please create your thread separately so that it would be easy for us to follow up your replies.

    Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.