hs.slideshowGroup
Places your popups into groups for Next and Previous navigation.
Say you have three flats you want to sell, and you have a series for each flat different places on the page. Then you don't want the Next or Previous functions or keystrokes to jump between the image groups. Supply each thumbnail with a specific slideshowGroup parameter. Note that slideshowGroup is type sensitive.
Details
Type |
mixed |
Default value |
null |
Overrideable inline |
Yes |
Example
<a class="highslide" href="full1.jpg" onclick="return hs.expand(this,
{ slideshowGroup: 'first-group' })">
<img src="../samples/thumb1.jpg" alt=""/>
</a>
Open a thumbnail, then hit the left and right arrow keys on your keyboard to see the effect.
slideshowGroup: 'first-group'
slideshowGroup: 'second-group'
See also