I have a simple template field that displays an image.
There is an HTML link on the template that opens the image in a new tab.
My users would prefer to open this image in a popup box.
Is this possible?
Here is how I have it setup currently:
<a href=“https://c.na10.content.force.com/servlet/servlet.FileDownload?file={{{xxxx}}}; target=”_blank"><img src="https://c.na10.content.force.com/servlet/servlet.FileDownload?file={{{xxxx}}};>