Blurry images on Home Page

Posted in: Newspaper
Post count: 15

I have a problem with blurry images on home page. Page was build with tagDIV composer using Block 3 Module. Retina is ON in Thumbs on Modules/Block section in Theme Panel –> Block Settings. I think there is something wrong with retina images management.

On retina display (27″ iMac 5k) all images are in high resolution, when I move the browser window to non retina monitor and reload the page all images on page in Block3 Module are blurry in poor resolution. Probably there is a bug and all images in Block 3 Module should be serving in higher resolution.

Could you explain me why?

Post count: 15

jpeg_quality filter is set to 100, so this is not a problem with compression.

In funcions.php

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

Post count: 22421

Hello,

Please also test the images here: https://demo.tagdiv.com/newspaper/block-3/
If your images are more blurry than the ones in that link, then the issue is causes by other sources. Please provide a link so we can see these images.

Thank you!

Post count: 15

Please have a look at this link https://retailnet.pl/

Post count: 22421

Hello,
This is because you altered the main width of the content: https://www.screencast.com/t/qtJP2Bgk so the thumb gets stretched as well.
By default only the multi-purpose elements support the altered width on the row. The blurry images are a side-effect of changing the width on the row containing the block.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.