Notifications
Clear all

wpForo 1.x.x [Solved] How to get wider/full width images in forum threads?

3 Posts
2 Users
3 Reactions
1,323 Views
Posts: 14
Topic starter
(@fredrikwordpress)
Eminent Member
Joined: 6 years ago

Hey.

I was wondering how I could increase the shown width of images that gets posted (as links from external hosts) on my forum? The forum currently have a width of 1200px, but many images are shown as much smaller. And that's despite the original images being large enough to cover the forum page. 

Example: The images in this comment have a width of 1600px, yet are shown with maybe half the size in the thread. 

How could this be solved? I asked the developers behind the theme I use too (Divi) and they believed it was caused by the wpforo plugin. 

2 Replies
Tutrix
Posts: 1403
(@tutrix)
Noble Member
Joined: 4 years ago

@fredrikwordpress

Dashboard > Forums > Settings > Style Tab > Custom CSS Code

add this Code

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img, #wpforo #wpforo-wrap .wpforo-revision-body img {
max-height: 100% !important;
}
1 Reply
(@fredrikwordpress)
Joined: 6 years ago

Eminent Member
Posts: 14

@tutrix Thanks. That worked great!