//////////////////////////////////////////////////////////////////////////////////////////////// HOW TO SETUP A THUMBNAIL SELECTOR: //////////////////////////////////////////////////////////////////////////////////////////////// 1. Include the following two lines to the section of your HTML document: You might have to adjust the path in the "src" parameter. 2. Put the image you want to select a thumbnail from inside a named "div" tag. E.G:
3. Add an "onload" event handler to your tag that calls a function that creates a new ThumbnailSelector object using the named "div" tag. E.G.: