Yes, you can add multiple photos, however, you need to select a card template with multiple photos (on mobile/tablet), or add the extra images in the design editor (this is only possible on pc or laptop). You can also choose a template from our ‘Create Your Own’ option available under every category and can add and position your own photos and text as you wish.
Please also note that if you want to customize an existing template, we cannot change the overall design of it e.g. insert or remove decorative image frames.
<% 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 }) %> <% }); %>