To prepare the full-sized eCard display template
This template defines how full-sized images display to the recipient.
-
Open the eCard Image content type administration page from the Content Types menu.
-
In the Display Templates area, click New Template.
-
Format how an image displays to eCard recipients with the following sample code:
<h2><span class="templateVariable">«title»</span></h2>
<p>Hey <span class="templateVariable">«ecard_name»</span>,</p>
<table cellpadding="4" style="margin-top: 1em; width: 100%; background-color:
#ffff66; border: #fdb727 2px solid;">
<tbody>
<tr>
<td style="width: 100%;">Note: <spanclass="templateVariable">«ecard_note»</span></td>
</tr>
</tbody>
</table><p style="text-align: center;"><img src="${url}" /></p>
<p>From</p>
<p><span class="templateVariable">«ecard_from»</span></p>
<p>Source Code: ${ecard_source_code}</p>