
-
AuthorPosts
-
August 22, 2019 at 4:06 pm #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
August 22, 2019 at 4:32 pm #1130022Ok , not operating system it is caused by different versions of the browsers.
In Google chrome: 75.0.3770.142
It is decentIn Google Chrome 76.0.3809.100
It is extremely blurryAugust 22, 2019 at 4:33 pm #1130025I 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.
August 23, 2019 at 5:33 am #1130191Hi,
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,
RikardAugust 23, 2019 at 3:27 pm #1130384I 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.
August 27, 2019 at 4:25 am #1131171Hi,
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,
IsmaelAugust 28, 2019 at 10:53 pm #1131760Ok 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.
September 2, 2019 at 3:24 am #1132766 -
AuthorPosts
- You must be logged in to reply to this topic.