Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1213849

    Hello there,

    I have tried so many options for images sizes and resolutions to ensure my full page slider images do not pixilate. But nothing seems to work.
    I have tried 1+ MB images to 500KB images – all are getting pixilated.

    The crispness of the image on my homepage slider is just not there. This is the issue with all the full width/ full page sliders.
    Please help.

    I am mentioning my website URL in the Private content box.

    Thank you.

    #1215456

    Hey Oliver,

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1220195

    Apologies, but there are too many alternatives of the solution.

    Requesting you to kindly take a look at the website (link shared previously) and tell me what will be the optimum solution.

    Thank you!

    #1220398

    Hello there, could you please help me out in this.

    We have invested in CDN so that the website load time is minimum with least impact on the image quality.
    But the image quality has reduced considerably.

    Kindly share the optimum dimensions and resolution of the images for full page slider.

    Thank you.

    #1220599

    Hi oliverdubai,

    First of all, you need to add this code to your functions.php, so that images do not lose quality on upload:

    
      function av_return_100(){ return 100; }
      add_filter('jpeg_quality', 'av_return_100');
      add_filter('wp_editor_set_quality', 'av_return_100');
    

    Best regards,
    Victoria

    • This reply was modified 4 years, 5 months ago by Victoria.
    #1220786

    Hi Victoria;

    Attached is a screenshot link of the functions.php window.
    Should I add the code at the bottom of the content?

    Thank you.

    #1222138

    Hi oliverdubai,

    https://share.getcloudapp.com/YEupdkE2 Code should be added on the highlighted line.

    Best regards,
    Victoria

    #1241205

    Hi Victoria, before I try and add the below code, please tell me how is it going to affect my website:

    function av_return_100(){ return 100; }
    add_filter(‘jpeg_quality’, ‘av_return_100’);
    add_filter(‘wp_editor_set_quality’, ‘av_return_100’);

    Thank you.

    • This reply was modified 4 years, 2 months ago by oliverdubai.
    #1241488

    Hi oliverdubai,

    The images uploaded now will not lose the quality. They will be uploaded as they are.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.