Huge About Me picture
- The topic ‘Huge About Me picture’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
I can’t seem to figure out how to keep my about me picture from being huge, both on the About Me page and also on the home page (on the home page it just appears huge and rectangular). I have tried resizing the image to 980 x 520 without luck
The website I need help with is https://anyodyssey.com
The blog I need help with is: (visible only to logged in users)
Hello,
Did you get this issue resolved? The profile picture on the homepage appears to be normal size when viewing your website. Here is a screenshot of what I’m seeing, https://cloudup.com/ccC_cn_LBYK
Regarding the About Me page, it does seem large. You could crop the image to be more of a panoramic image size. For instance, twice as long as it is tall.
Otherwise, you could decrease the size via CSS using a style such as this:
#page-36 .feature-img.banner img {
width: auto;
}
This will result in some negative space on both sides of the image. However, the image will then display at the width of the uploaded image file.
I hope this helps. Thanks!