Sha256: 30942a543ce5d05db969e5168ef44ac4e9da1dde8bb23e203754350da9a0fd80

Contents?: true

Size: 568 Bytes

Versions: 10

Compression:

Stored size: 568 Bytes

Contents

<a name="image_drop"></a>
<h3>Paperclip Objects</h3>
<p>If a paperclip attribute is exposed through other drops, it will automatically be usable in templates.</p>
<p>Any styles defined for the paperclip attribute will be exposed as size attributes in addition to the <strong><em>original</em></strong> size.</p>

<p>Each size field has additional <strong>url</strong>, <strong>width</strong> and <strong>height</strong> attribute as well:</p>

<code>
<pre>
{{ image.original.url }}
{{ image.large.url }}
{{ image.large.width }}
{{ image.large.height }}
</pre>
</code>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
liquid_cms-0.2.0.6 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.3.0.3 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.2.0.5 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.2.0.4 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.3.0.2 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.2.0.3 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.2.0.2 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.3.0.1 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.3.0 app/views/cms/documentation/_cms_drops.html.erb
liquid_cms-0.2.0 app/views/cms/documentation/_cms_drops.html.erb