Picture at author card is not sharp

Posted in: Newspaper
Post count: 8

I like the author card of the theme and my Gravatar shows up. But it is not sharp (crisp). The Gravatar image is 96px x 96px, but your CSS is stretching it to 100px x 100px. That makes it blurry! The CSS code is:
.author-box-wrap .avatar {
float: left;
width: 100px;
}

Can you check?

Post count: 23312

Hello sehnot,

As you can see, the default value of this is 96px*96px -> http://screencast.com/t/okFmq4zHAP and the theme will enlarge a bit to 100px. You can use the width:auto and the image will become at the standard size or you can change in code the get_avatar function to cut the image by 100 (px).

Thanks for your understanding!

Post count: 8

Hello Catalin,

so you tell me that you intentionally use an image with 96px x 96px and enlarge it to 100px x 100px? But that means that you deliberately make the image blurry for everyone!! Every customer using your default settings has this issue!! That’s insane! Why don’t you get the image with 100px x 100px right from the start? That would keep the image sharp and crisp!

Thanks

Post count: 23312

Hello sehnot,

I have already added this problem to our list of fixes and our developers will investigate it and if we decide to change it, we will fix it in the future update. Until this, you should try to change it from the code, as I have explained you above.

Thanks for your understanding

Post count: 135

So, how do I fix it so that the author image is not blurry? Where to I modify the code? In the Custom CSS box or here: page-author-box.php

Ideally, I want to use the images that have been uploaded and have them be sharp. Also, when I upgrade the theme, I don’t want this code to break. Thanks for helping.

Post count: 23312

Hi,

Replied via another topic.

Thanks.

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