1. cebby
  2. Support
  3. Friday, November 22 2019, 12:59 AM
I need to use the avatar in a larger size (130x130). I've been able to do this with CSS, but the image quality if very low. Is there a way to increase the avatar resolution?
admin Accepted Answer
Admin
Hi,
in avatar field options you can manage the size of the image (see screenshot)

NOTE: new size configuration will be applied to new images.
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 1
cebby Accepted Answer
Basic
Thank you. I had found that area and changed the size, but didn't delete and re-upload the image. All is good now.
  1. more than a month ago
  2. Support
  3. # 2
radek Accepted Answer
Pro
Hi,

I followed instructions above but I still have 100px avatar.
What I see in Chrome instepctor is:
.jsn-p-avatar img, .jsn-l-avatar img {
width: 100px;
display: block;
border-radius: 4px;
box-sizing: border-box;
It comes from stye.min.css file

My settings attached in printscreen
  1. more than a month ago
  2. Support
  3. # 3
admin Accepted Answer
Admin
The parameter in avatar field options change the size of the stored image. To change size displayed then you need to add in your template configuration a custom style CSS code like this:
.jsn-p-avatar img, .jsn-l-avatar img {
width:130px;
}
.jsn-p-top-a .jsn-p-title, .jsn-p-top-a .jsn-p-before-fields {
margin-left: 150px;
}
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.