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.

Profile image size problem

3 posters

Go down

Profile image size problem Empty Profile image size problem

Post by Siamara April 22nd 2018, 11:59 am

Hi everyone

So on my webpage we have a problem with our profile images. The image is too big, creating both aesthetic problem and practical one, as the image often block some of the text from e.g. posts or private messages. Usually we help people to find a way to size their pictures, but it would be better if I could just adjust some settings and the picture is automatically the right size.
This is a picture of the problem. As should be evident, the picture is overlapping some of the text:
Profile image size problem Skyrmb11

I have tried finding a solution in your support, searching for it. But all the postprofile dt img codes I have found didn't work. Also I tried configuring avatar pixel size in the administration to no avail. At this point, I don't what else to try.
The codes I have tried look like this:

Code:
.postprofile dt img{
max-height: 200px !important;
max-width: 150px !important;
}

Code:
.postprofile dt img{
height: 200px !important;
width: 150px !important;
}

Code:
.postprofile dt img{
max-height: 200px;
max-width: 150px;
}

Our webpage is phpBB3 if you need it for something.

I hope you can help. Thank you Smile
Siamara
Siamara
New Member

Posts : 2
Reputation : 1
Language : Danish, English

http://theunderworld.danskforum.net/

Back to top Go down

Profile image size problem Empty Re: Profile image size problem

Post by TheCrow April 22nd 2018, 12:22 pm

Hello @Siamara,

From what I see this code seems to work fine for your forum:
Code:
.postprofile dl dt img {
  max-width: 150px!important;
  max-height: 200px!important;
}
Please place this code at the top of your CSS if possible. Thanks.


Profile image size problem Thecro10
Forum of the Forums

Forumotion Rules | Tips & Tricks |
FAQ | Did you forget your password?



*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
TheCrow
TheCrow
Manager
Manager

Male Posts : 6916
Reputation : 795
Language : Greek, English

https://www.inforumgr.com

Back to top Go down

Profile image size problem Empty Re: Profile image size problem

Post by Siamara April 24th 2018, 11:54 am

Hi.
Thank you! But as I said, the codes does not work. We still have profile pictures that aren't going "down in size" as wished for. Unless there is something I am unaware of, of course. Smile
Siamara
Siamara
New Member

Posts : 2
Reputation : 1
Language : Danish, English

http://theunderworld.danskforum.net/

Back to top Go down

Profile image size problem Empty Re: Profile image size problem

Post by skouliki April 24th 2018, 12:01 pm

hello can you give us a post link to a profile image that is not resizing
skouliki
skouliki
Manager
Manager

Female Posts : 15391
Reputation : 1709
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

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