Search found 4 matches

Go to advanced search

by IanIan123
Mon May 18, 2015 2:14 pm
Forum: Highslide JS Usage
Topic: Pause slide show to load more images
Replies: 5
Views: 3317
 
Jump to post

Re: Pause slide show to load more images

Why is Highslide no longer being developed?
by IanIan123
Sun May 17, 2015 12:31 pm
Forum: Highslide JS Usage
Topic: Add more images
Replies: 0
Views: 12595
 
Jump to post

Add more images

How do I add new images to an existing instance? I've tried the following... $("#images li a:not(.highslide)") .addClass('highslide') .each(function () { this.onclick = function () { return hs.expand(this); } }); ... but it results in an odd graphic glitch. It repeats the controls down the...
by IanIan123
Sun May 17, 2015 12:18 pm
Forum: Highslide JS Usage
Topic: Pause slide show to load more images
Replies: 5
Views: 3317
 
Jump to post

Re: Pause slide show to load more images

I'm surprised there isn't an event for

Code: Select all

beforeNextImage 
or something to give the calling code an opportunity to update the image gallery.
by IanIan123
Sat May 16, 2015 5:33 pm
Forum: Highslide JS Usage
Topic: Pause slide show to load more images
Replies: 5
Views: 3317
 
Jump to post

Pause slide show to load more images

I have an image gallery that uses infinite scroll to load its images. When I start a slide show on an image, when its reached the end of the currently loaded images, it wraps around and starts at the beginning. What I would like to have happen is that it pauses, loads the next set of content and the...

Go to advanced search