Notifications
Clear all

[Solved] Embedded images have now become streched

3 Posts
2 Users
1 Likes
564 Views
Posts: 2
Customer
Topic starter
(@thewebdesignco)
Member
Joined: 7 years ago

hi, my forum images have suddenly all become stretched, the ratio has changed.
they are fine on mobile but wrong on desktop.

example below

https://www.rjhgroup.co.uk/motorbike-training-school-forum/cbt-das-ers-and-instructor-training-results/1st-june-2021-cbt-das-results/#post-1931

both my forum addons are up to date btw.

thanks in advance.

2 Replies
Posts: 4172
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

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;
}
Posts: 2
Customer
Topic starter
(@thewebdesignco)
Member
Joined: 7 years ago

thank you so much - that fixed the issue.

Share:
Scroll to top