Image
The Image Object contains images from different sources, and makes it easy to get infos from the image to display in the newsletter.
Images can be added and edited in “Gallery”.
## In this Article
Properties
The Image object provides the following Properties:
nameprovides the Signature of the newsletter instance as anSignatureobjecturlprovides the Logo of the newsletter instance as anImageobjectCopyrightprovides the copyright infoUrlprovides the base url
image.name
Returns the name of the image.
INPUT
<img src="{{ image.url }}" alt="{{ image.name }}" />
OUTPUT
<img src="http://easystudios.ch/img/logo.jpg" alt="logo.jpg" />
image.url
Returns the full url of the image.
INPUT
<img src="{{ image.url }}" alt="{{ image.name }}" />
OUTPUT
<img src="http://easystudios.ch/img/logo.jpg" alt="logo.jpg" />
Context
The Image Object is aviailable in the following contexts: