hi, my forum images have suddenly all become stretched, the ratio has changed.
they are fine on mobile but wrong on desktop.
example below
both my forum addons are up to date btw.
thanks in advance.
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.
hi, my forum images have suddenly all become stretched, the ratio has changed.
they are fine on mobile but wrong on desktop.
example below
both my forum addons are up to date btw.
thanks in advance.
Hi @thewebdesignco,
Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img, #wpforo #wpforo-wrap .wpforo-revision-body img { max-height: none !important; }
thank you so much - that fixed the issue.