Options:

Option Type Default Description
controlPlacement string append The two valid valid values for this option are "append" and "prepend". The first places the controls below the slides; the second places them above.
customClass string null One or more space separated classes to add to the slideshow wrapper.
<ul>
    <li>
        <img src="{image_url}" alt="{alt text}" class="lw_image"/>
        <div>{caption}</div>
        <div>{credit}</div>
    </li>   
    <li>
        <img src="{image_url}" alt="{alt text}" class="lw_image"/>
        <div>{caption}</div>
        <div>{credit}</div>
    </li>   
    <li>
        <img src="{image_url}" alt="{alt text}" class="lw_image"/>
        <div>{caption}</div>
        <div>{credit}</div>
    </li>   
</ul>

Slideshow with controls above slides

  • News Image
    Caption text
    John Doe
  • News Image
  • News Image

Slideshow with controls below slides

  • News Image
    Another Test
  • News Image
  • News Image
  • News Image
  • News Image