Could you describe the question with more details?
"how do I make the actual image the link as opposed to the link underneath the image?"
You can get the actual image link with Types shortcode, like this:
[types field="fp-image" size="large" url="true"][/types]
http://wp-types.com/documentation/functions/#Image
If you need different link for each image, as I suggest, you can try create a custom URL field with Types for it, tell Views where to get the URL in loops.
Thanks