Have same slideshow on multiple pages but looping independently from pages

Permalink
I want to include a slideshow looping with about 80 images in global area on all 8 pages of the website.

But when a user clicks on another page, the slideshow reloads and starts from beginning. I don’t want that.
I want that the slideshow to loop independently from pages. Is that possible?
This is an old HTML-website with frames I’m trying to convert.
I’ve tried with responsive embed and iframe with no luck.

 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
You would need to modify the javascript in a suitable slideshow block, so the script kept a cookie with current offset in the show and read that cookie when a page is loaded.
designbureau replied on at Permalink Reply
thank you johnthefish for pointing to the right direction.
exactly what we want.
stef