Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1061548

    Hi,

    I’m having trouble getting sharp images for my full-width Easy Slider banner.
    I’ve read all the forums and have disabled all image compression plugins and added this code to my functions.php in order to disable image compression:

    add_filter(‘jpeg_quality’, function($arg){return 100;});

    However, my images are still coming out a little unsharp.
    I’m using the Entry Without Sidebar image size (1210×423). Here is what I suspect the problem is: when I export images for these dimensions (1210×423), no matter how high the image quality I set for the export (I’m using Photoshop), the image is still coming out too small, because it’s only 1210 pixels wide. However, when I export the image a little bit larger (e.g. 1815×635) and upload this to WordPress, it comes out as even more pixelated than the smaller size. So either I need a way of adding another image size category (e.g. 1815×635) to the WordPress options in the Easy Slider menu panel, or I need to figure out what is going on that makes larger images appear even more pixelated than smaller images when adding them to the full-width Easy Slider.

    Can anyone help?

    • This topic was modified 5 years, 9 months ago by Chris.
    #1061593

    Don’t worry, I solved it by adding a new (bigger) image size category to the Easy Slider menu options, using htis code in my functions.php

    add_image_size( ‘banner’, 1920, 671, true );

    So it’s all fine now.

    #1062116

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1065387

    Thanks Rikard, you can close this topic.

    #1065561

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Full-width Easy Slider image resolution issue’ is closed to new replies.