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.
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.
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;
}