HI,
I use the gallery to give the oportunity to pick an image like avatar.
There is a way to put thumbnail into CB login? or convert to something smaller?
I know this is a release to CB 2.0
But i only need the CB login Module
How about CSS?
Maybe something here:
or into the template.
Krileon said:
You could use CSS to down-scale images on your userlists. Example as follows.
.cbUsersList .cbThumbPict {
max-height: 75px;
max-width: 75px;
}
there are something like this to CB login?