hs.dynamicallyUpdateAnchors
Allow Highslide to update the anchors collection automatically after the DOM has changed.
Highslide relies on the hs.anchors internal collection to preload and navigate between popups. If new thumbnails are introduced in the page after page load, typically from an AJAX operation, this collection must be updated. By default it is updated once the first image in a slideshow is opened. If your page is static, you can set this value to false, and save some milliseconds each time an image is opened.
Details
Requires |
slideshow |
Type |
|
Default value |
true |
Overrideable inline |
No |
See also