Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] automatic resize avatar



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Zyon

Zyon
Punbb Guru
Punbb Guru
Can somebody help me how to make automatic resize avatar, and if can border too, like on this forum...

Powered by PunBB
Currently 0 users have thanked Zyon for this post:

2
Offline

  underestimated

underestimated
Punbb Rookie
Punbb Rookie
depends on your forum version and where you want it on the forum.  just in topics? or in the profile, memberlist, etc.. as well?

Powered by PunBB
Currently 0 users have thanked underestimated for this post:

3
Offline

  tommycoo

tommycoo
Punbb Senior
Punbb Senior
what version did you use ?

Powered by PunBB
Currently 0 users have thanked tommycoo for this post:

4
Offline

  Zyon

Zyon
Punbb Guru
Punbb Guru
PunBB, just in topics.

Powered by PunBB
Currently 0 users have thanked Zyon for this post:

5
Offline

  underestimated

underestimated
Punbb Rookie
Punbb Rookie
does that work for you?

Code:
.user-basic-info a img {
  width: 150px;
  height: 150px;
}
you could also go by max- oder min- height/width

Powered by PunBB
Currently 0 users have thanked underestimated for this post:

6
Offline

  tommycoo

tommycoo
Punbb Senior
Punbb Senior
Here is try this one

Code:
.user-basic-info a img {
    height: 100px !important;
    width: 100px !important;
    padding: 2px;
    border: 1px solid grey;
}
.user-basic-info a img:hover { opacity:0.6; }
you can adjust height and width Wink
and i've add hover effect too for it Smile

Powered by PunBB
Currently 0 users have thanked tommycoo for this post:

7
Offline

  Zyon

Zyon
Punbb Guru
Punbb Guru
Thanks

<div class="solved">Topic Solved & Locked</div>

Powered by PunBB
Currently 0 users have thanked Zyon for this post:

8
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum