Hi,
I’m not sure why but the image quality of the Thumbnails on our site are very low. They look particularly bad on a mobile device where they should be retina in quality. The difference is quite subtle but I’ve tried providing some examples below.
You can see some examples on our homepage and our archive here: http://manofmany.com/blog/page/2
The same affect is also happening to the banner we uploaded here: http://manofmany.com/wp-content/uploads/2015/06/Hompage-Top-red-green.jpg Where the image appears grainy and blurry. The green and read should be a flat colour and the text should be crisp.
I’ve attached two photos and two versions of the thumbnail images (one how it should be displayed and one how it is displayed on the website) so you can see the difference in image quality.
I’m not sure if it had something to do with this swiftpage function and script below?
Any help is appreciated to fix this issue.
function spbImageResizer_writeCookie(){the_cookie=document.cookie,the_cookie&&window.devicePixelRatio>=2&&(the_cookie=”spb_image_resizer_pixel_ratio=”+window.devicePixelRatio+”;”+the_cookie,document.cookie=the_cookie)}spbImageResizer_writeCookie();
writeCookie();
function writeCookie() {
the_cookie = document.cookie;
if ( the_cookie ) {
if ( window.devicePixelRatio >= 2 ) {
the_cookie = “pixel_ratio=” + window.devicePixelRatio + “;” + the_cookie;
document.cookie = the_cookie;
//location = ”;
}
Attachments:
You must be
logged in to view attached files.