Notifications
Clear all

[Solved] Images added to posts are distorted in forum

5 Posts
2 Users
1 Likes
774 Views
Posts: 12
Customer
Topic starter
(@geoff)
Member
Joined: 4 years ago

 

When I add an image to a post, the image is carried across to the forum, but it becomes squished vertically and looks bad. Click on the image brings up a lightbox and the image is fine, but in the forum string, it is distorted. 

Is there any way to prevent this from happening?

Screen Shot 2022 03 10 at 8.18.19 AM
Screen Shot 2022 03 10 at 8.18.50 AM

 

4 Replies
Kyle
Posts: 728
 Kyle
Admin
(@kylew)
Prominent Member
Joined: 3 years ago

Hi @geoff,

G to Dashboard > Forums > Settings > Addons > Attachments Tab and check these options:

  • Thumbnail Max Width
  • Thumbnail Max Height
  • Thumbnail Box Symmetry
Posts: 12
Customer
Topic starter
(@geoff)
Member
Joined: 4 years ago

Thanks for your response. Here are my current settings. What should they be? Can I just leave them blank and they will auto size?

Screen Shot 2022 03 11 at 8.28.03 AM

 

2 Replies
Kyle
 Kyle
Admin
(@kylew)
Joined: 3 years ago

Prominent Member
Posts: 728

@geoff,

Please provide topic URL.

Customer
(@geoff)
Joined: 4 years ago

Member
Posts: 12

@kylew The forum is private, so I am unable to provide the URL. But I think I figured out a workaround. I just added the following custom CSS:

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img, #wpforo #wpforo-wrap .wpforo-revision-body img {
max-height: initial;
}

This seems to fix the max sizing issue.

Share:
Scroll to top