hs.numberOfImagesToPreload
Highslide by default preloads the first 5 images in your page.
To disable preloading, set this value to 0. Preloading too many images may cause the page to act slowly. When the user clicks a thumbnail the preloading is aborted after the on-going image is loaded.
Details
Requires |
preloading |
Type |
integer |
Default value |
5 |
Overrideable inline |
No |
Example
Preload all images, please!
Put this in the head section of your page.
<script type="text/javascript">
hs.numberOfImagesToPreload = 10000;
</script>