Russian перевод

ПроектКонтекстСтатусОтправил(а)СодержитЛимит
Исходный текстПереводы
Blazy grid
Lazyload inline images, or video iframes, using Blazy
<p><strong>Blazy</strong>: Image or iframe is lazyloaded. To disable, add attribute <code>data-unblazy</code>:</p>разрыв строки
<ul>разрыв строки
<li><code>&lt;img data-unblazy /&gt;</code></li>разрыв строки
<li><code>&lt;iframe data-unblazy /&gt;</code></li>разрыв строки
</ul>
<p>To build a grid of images/ videos, add attribute <code>data-grid</code> (only to the first item):разрыв строки
<ul>разрыв строки
<li>For images: <code>&lt;img data-grid="1 3 4" /&gt;</code></li>разрыв строки
<li>For videos: <code>&lt;iframe data-grid="1 3 4" /&gt;</code></li>разрыв строки
<li>If both media types are present, choose only the first item.</li>разрыв строки
</ul>
<p>To build a CSS3 Masonry columns of images/ videos, add attribute <code>data-column</code> (only to the first item):разрыв строки
<ul>разрыв строки
<li>For images: <code>&lt;img data-column="1 3 4" /&gt;</code></li>разрыв строки
<li>For videos: <code>&lt;iframe data-column="1 3 4" /&gt;</code></li>разрыв строки
<li>If both media types are present, choose only the first item.</li>разрыв строки
</ul>
The numbers represent the amount of grids/ columns for small, medium and large devices respectively, space delimited. Be aware! All media items will be grouped regardless of their placements, unless those disabled via <code>data-unblazy</code>. This is also required if using <b>Image to lightbox</b> (Colorbox, Photobox, PhotoSwipe). Only one block of grids or columns can exist at a time in a particular body text.</p>
To disable lazyload, add attribute <code>data-unblazy</code> to <code>&lt;img&gt;</code> or <code>&lt;iframe&gt;</code> elements. Examples: <code>&lt;img data-unblazy</code> or <code>&lt;iframe data-unblazy</code>.
Enable HTML tags
Video iframe
To disable per item, add attribute <code>data-unblazy</code>.