Last active
November 3, 2015 16:12
-
-
Save snarky/96524c6f87d55cf88019 to your computer and use it in GitHub Desktop.
Revisions
-
snarky renamed this gist
Nov 3, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
snarky revised this gist
Jun 12, 2012 . No changes.There are no files selected for viewing
-
snarky created this gist
Jun 12, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ <figure class="{if $object_parameters.align}object-{$object_parameters.align}{/if}{if ne($classification|trim,'')} {$classification|wash}{/if}"{if is_set($object_parameters.id)} id="{$object_parameters.id}"{/if}> <img src="{$object.data_map.image.content[$object_parameters.size].url|ezroot(no)}" width="{$object.data_map.image.content.width}" height="{$object.data_map.image.content.height}" alt="{$object.data_map.image.content.alternative_text}" /> {if and(is_set($object.data_map.caption), $object.data_map.caption.has_content)} <figcaption>{attribute_view_gui attribute=$object.data_map.caption}</figcaption> {/if} </figure>