Notifications
Clear all

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.

 

[Solved] Embedded images have now become streched

3 Posts
2 Users
1 Reactions
1,028 Views
Posts: 2
Customer
Topic starter
(@thewebdesignco)
Member
Joined: 8 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: 4233
 Tom
Admin
(@tomson)
Famed Member
Joined: 10 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: 8 years ago

thank you so much - that fixed the issue.

Share:
Scroll to top