Preskočiť na hlavný obsah
Slovenčina
English (UK)
Português (PT)
Hrvatski (HR)
Čeština (CZ)
Íslenska (IS)
Magyar (HU)
Italiano (IT)
Español (ES)
Vyhľadať
Pluginy
Woocommerce (wordpress) plugin
Opencart
Magento plugin
Prestashop plugin
<% var getColumnClasses = function(numberColumns) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Sme hrdí na to, že môžeme slúžiť
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>