RobinHood Well-known member Aug 15, 2012 #1 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?
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?
RobinHood Well-known member Aug 15, 2012 #2 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 Upvote 0 Downvote
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
RobinHood Well-known member Aug 15, 2012 #3 Actually it looks like I only had to add the class="bbCodeImage" to the img tag. Upvote 0 Downvote