Solved! Go to Solution.
<style> #placardContainer { display: none !important; } </style>
Try leaving the Name and Description fields blank. It will then give you no caption area so your image won't be obscured at all. This is especially useful if there is text in an image that you want people to be able to read without the caption getting in the way
<style> #placardContainer { display: none !important; } </style>
by inserting that code I was able to remove the caption portion! Thank you very much!!!
JoeC