Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
3 Reactions
1,693 Views
Posts: 14
Topic starter
(@fredrikwordpress)
Eminent Member
Joined: 7 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 7 years ago

Eminent Member
Posts: 14

@tutrix Thanks. That worked great!