Image Display

I have an image uploaded to a media content type to be used as a thumbnail for display in a snippet. I am having trouble figuring out how to get the image to display in the snippet, I keep getting the character junk (from a non converted binary string). How do I call the location of the image itself so that I can use that in <img src"">?

Thanks,
Kevin

Just answered my own question. Basically had to associate the content type with 2 different templates in the allowed content portion of the autoslot which then allowed me to use rx.location.generate with the 2nd template referenced.