Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Uplift
  • #288362
    misterm
    Member
    Post count: 24

    Hello,

    I’m having some problems getting some images to look sharp. I’ve tried to regenerate thumbnails, but without success.

    The first problem is with the “Related projects” images, one of the 4 images is sharp.
    When inspecting the code, i can see the unsharp images are using a 500×375.jpg version and the sharp image is using a 1000×750.jpg version. (all images are uploaded with a 1200px width)

    The second problem is with the image banner on mobile. these images are all pixelated.

    I will provide the urls in a private comment below.

    With regards,

    Michiel

    #288363
    misterm
    Member
    Post count: 24
    This reply has been marked as private.
    #288495
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Michiel,

    Can you clear your browse/device cache, for me your images look great. and very crisp.

    Thanks,
    David.

    #289462
    misterm
    Member
    Post count: 24
    This reply has been marked as private.
    #289797
    David Martin – Support
    Moderator
    Post count: 20834

    Please install and activate the supplied child theme, inside the child theme functions.php file please add this:

    function disable_srcset( $sources ) {
    return false;
    }
    add_filter( 'wp_calculate_image_srcset', 'disable_srcset' );

    Please clear your cache and then re-test the page.

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register