Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1130012

    Very weird glitch. When viewing the aggregated blog images on my mac computer they look good. However, on a windows computer they are very blurry.

    I would send a screenshot but don’t see an attachment options.

    Please view the images on this page under both operating systems.

    Can this be fixed? My client is very upset about it.

    Thank you

    #1130022

    Ok , not operating system it is caused by different versions of the browsers.

    In Google chrome: 75.0.3770.142
    It is decent

    In Google Chrome 76.0.3809.100
    It is extremely blurry

    #1130025

    I am at a loss.. i updated my outdated browser to the one that is blurry.. but the images are still crisp..

    If I can send a image somehow I can show you the blurry images.

    #1130191

    Hi,

    You have this CSS in your child theme style.css file which seems to be causing that:

    .page-id-3524 .slide-image img {
        width: 100%;
    }

    Please try to remove it to see if it helps.

    Best regards,
    Rikard

    #1130384

    I removed it and now the image doesn’t fill that entire top space, only about 50% percent and is centered. We really don’t like this look and would prefer for the image to fill the area instead.

    #1131171

    Hi,

    Thank you for the update.

    You can use imgur or dropbox for the screenshot.

    Try to adjust the image-rendering property of the img elements.

    img, a img {
    	image-rendering: crisp-edges;
    }

    Default value is optimizeQuality or smooth.

    // https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering

    Best regards,
    Ismael

    #1131760

    Ok sure.

    I remove the 100% width the images go back to 80×80. They are crisp , but not filling that image space.

    https://ibb.co/JyPRVFf
    In this image it is your default setting, but I would like the image to span the full column width.

    https://ibb.co/jvJJDTT
    We want them to fill the space like this, but not be blurry.

    Is there a way to change it so that it is not using that tiny 80×80 thumbnail.

    #1132766

    Hi,

    Thank you for the update.

    Set the Preview Image Size to the second option. You’ll be able to select a thumbnail size then. Make sure that you have a larger version of the image.

    Best regards,
    Ismael

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