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, 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.