Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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:

  • name provides the Signature of the newsletter instance as an Signature object
  • url provides the Logo of the newsletter instance as an Image object
  • Copyright provides the copyright info
  • Url provides 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: