Select the right card for the occasion and on your desktop and click on the small image icon on the right-hand side of the card to add images. On smartphones or tablets, simply tap on the photo place holder (the example photo). You can choose images from your computer/smartphone/tablet, Facebook, Instagram, Flickr, Dropbox or even from your previous orders. You can adjust the size and position of the photo and zoom in or out.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
Previous article
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Next article
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>