How to show dynamic image in rich text input instead of URL

Anyone know how to show a Dynamic Image in the Rich Text Input instead of just the URL? Is that even possible? Thanks.

Currently, from what I can see, you can only insert an image into the Rich Text Input with a Static URL.

2 Likes

I just wanted to answer this myself. If you add this code:

[img=50x50]IMAGEURLHERE[/img]

It allows you to use dynamic data in the Rich Text Input. Thought I would share this since I eventually figured out how to do it. :blush:

@eddie.sellers.jr @colinw