TinSlide 0.1.19

Dynamic markup

Can be used to prevent content from being displayed before the script has been loaded and / or the slider has been initialized.

This <div> is replaced with an <img>

<div class="tin-slide-img" data-src="img-1.jpg"></div>

This <div> gets a background image

<div class="tin-slide-bg" data-bg="img-2.jpg"></div>

This <div> is replaced with markup defined in the data-markup attribute

<div class="tin-slide-markup" data-markup="<div><img src='img-3.jpg' /></div>"></div>