Profile image size problem
3 posters
Page 1 of 1
Profile image size problem
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:
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:
Our webpage is phpBB3 if you need it for something.
I hope you can help. Thank you
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:
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
Re: Profile image size problem
Hello @Siamara,
From what I see this code seems to work fine for your forum:
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;
}
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!
Re: Profile image size problem
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.
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.
Re: Profile image size problem
hello can you give us a post link to a profile image that is not resizing
Similar topics
» Profile Logo Image Size
» Problem with translation Enlarge/Reduce image size links etc.
» Click to see full size for image does not show full size
» Profile page size and position
» one image size
» Problem with translation Enlarge/Reduce image size links etc.
» Click to see full size for image does not show full size
» Profile page size and position
» one image size
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum