The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Resizing on off-site avatars is not working.

2 posters

Go down

Resizing on off-site avatars is not working. Empty Resizing on off-site avatars is not working.

Post by Guest Fri Jul 27 2012, 13:45

How can I fix this so that it resizes off-site avatars?

If I can't fix the resizing then I'd at least like to disable off-site avatars, but only as a last resort.

Example of the problem :

Resizing on off-site avatars is not working. Avatar10

I can't find where to fix it from the Avatar section of the CP. It's set to resize images, but off-site avatars don't resize.
avatar
Guest
Guest


Back to top Go down

Resizing on off-site avatars is not working. Empty Re: Resizing on off-site avatars is not working.

Post by lilyheart7 Fri Jul 27 2012, 14:28

Display>>Colors>>CSS
And Add This:
Code:
.postprofile img {
 width: 150px;
}

I'm pretty sure that'll work.


Last edited by lilyheart7 on Sat Jul 28 2012, 21:06; edited 1 time in total
lilyheart7
lilyheart7
Forumember

Posts : 40
Reputation : 7
Language : English

http://houseofanubis.forumotion.com

Back to top Go down

Resizing on off-site avatars is not working. Empty Re: Resizing on off-site avatars is not working.

Post by Neymar1 Fri Jul 27 2012, 14:46

lilyheart7 wrote:Display>>Colors>>CSS
And Add This:
Code:
div.postprofile dl dt a img {
 width: 150px;
}

I'm pretty sure that'll work.

Maybe set a max-width and a max-height?
Neymar1
Neymar1
Forumember

Male Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland

http://www.simplyfifa.com

Back to top Go down

Resizing on off-site avatars is not working. Empty Re: Resizing on off-site avatars is not working.

Post by lilyheart7 Fri Jul 27 2012, 15:43

Oh; I didn' think about that, then you would just do:
Code:
.postprofile img {
max-width: 150px;
}
Anything more than 150px wide will be resized and anything less stays the same. Thanks Neymar1.
lilyheart7
lilyheart7
Forumember

Posts : 40
Reputation : 7
Language : English

http://houseofanubis.forumotion.com

Back to top Go down

Back to top

- Similar topics

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