Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8577527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:10:48+00:00 2026-06-11T20:10:48+00:00

Hi I am using Elastic Image Slideshow downloaded from here: http://tympanus.net/Tutorials/ElasticSlideshow/index2.html But the autoplay

  • 0

Hi I am using Elastic Image Slideshow downloaded from here:

http://tympanus.net/Tutorials/ElasticSlideshow/index2.html

But the autoplay will stop after the thumbnail is clicked. I wonder how to resume the autoplay again after some seconds. I saw this code in js:

    // click the thumbs
        this.$thumbs.on( 'click.eislideshow', function( event ) {

            if( _self.options.autoplay ) {

                clearTimeout( _self.slideshow );
                _self.options.autoplay  = false;

            }

            var $thumb  = $(this),
                idx     = $thumb.index() - 1; // exclude sliding div

            _self._slideTo( idx );

            return false;

        });

I wonder how to modify it. Let the autoplay resume after 5 second or certain duration i specify. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T20:10:49+00:00Added an answer on June 11, 2026 at 8:10 pm

    You can do that by adding the following code after the _self.options.autoplay = false; line:

    setTimeout( function() { 
                            _self.options.autoplay  = true;
                            _self._startSlideshow();
                }, 5000); //restart autoplay after 5 seconds
    

    that should do what you want.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

anyone using the jQuery Elastic plugin around here? Pretty handy but I just don't
I'm using jQuery to dynamically change the background image on a div. Here's my
I am using the Elastic CSS framework on an ASP.NET site. It is doing
I am using elastic plugin here is the jQuery i am using for it:
I'm using jQuery , fancybox and vgrid library(http://blog.xlune.com/2009/09/vgrid/demo007.html) I want to achieve some sequential
I am running elastic search as servlet (ie using NodeServlet). But can't find any
I've got a website running on Amazon Web Services that is deployed using Elastic
Using EC2 instances (along with Amazon Auto Scaling and Elastic Load Balancing) I have
Using a CSS image sprite, I'm creating an 'interactive' image where hovering over certain
using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.