Pular para o conteúdo principal
Central de Ajuda
Alternar menu de navegação
Enviar uma solicitação
Entrar
Centro de Ajuda
Ferramentas de criação
BookWright
Trabalhando com imagens
Trabalhando com imagens
Posso criar bordas ou molduras em torno das minhas imagens no BookWright?
Importar fotos
Importando imagens online
Mover e redimensionar caixas
Adicionar e editar imagens
Evite problemas de compressão de imagem
Soft proofing e gerenciamento de cores no BookWright
O que é o aprimoramento de imagem?
Requisitos de imagem para o BookWright
Faremos manutenção no site em 29 de junho, às 8 horas (PS) por algumas horas. Pedimos desculpas por qualquer inconveniente causado.
Categorias
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Alternar menu de navegação
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categorias
Categorias
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Exibir mais
<% } %>
<% } %>