Skip to content

Instantly share code, notes, and snippets.

@gregmoser
Created January 23, 2014 19:43
Show Gist options
  • Save gregmoser/8585448 to your computer and use it in GitHub Desktop.
Save gregmoser/8585448 to your computer and use it in GitHub Desktop.
<cfloop array="#optionsArrLaminate#" index="laminateOption">
<cfif arrayLen(laminateOption.getImages())>
<li><img src="#laminateOption.getImages()[1].getResizedImagePath(width=50)#" alt=""><span>#laminateOption.getOptionName()#</span></li>
</cfif>
</cfloop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment