How-to and Troubleshooting
3
Posts
2
Users
3
Reactions
1,426
Views
Jun 17, 2020 3:49 pm
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
Jun 17, 2020 5:27 pm
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;
}