How to set images to re size automatically in help pages

RobinHood

Well-known member
I'm sure I read something a while back, possibly that Brogan posted about how to make it so that images resize in the help pages, like they do in forum posts, but I can't for the life of me seem to find it by searching.

Any ideas?
 
Found it!

You have to add the bbCodeImage class to the image.

HTML:
<div class="messageText ugc baseHtml">
<img class="bbCodeImage" src="image.jpg" />
</div>

As per Brogan's post here :)
 
Top Bottom