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 8948145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:55:06+00:00 2026-06-15T12:55:06+00:00

I have set up a responsive slider and would like to have all images

  • 0

I have set up a responsive slider and would like to have all images other than the focused one to be transparent (opacity 50%). The focused image would be the image furthest to the left.

I have used the following plug-in for the slider:

http://matthewtoledo.com/creations/responsive-carousel/example/example-1.html

and have it implemented at:

http://www.schafrick.com/portfolio-clients-nike.html

My jQuery knowledge is very poor and I am unsure where to start. Any help would be very much appreciated. Thanks

Please keep in mind that when I say “focused” I am not referring to mousevents but am talking about the image furthest to the left.

  • 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-15T12:55:07+00:00Added an answer on June 15, 2026 at 12:55 pm

    The creator of the carousel already has some implementation:

    Example 2

    The onShift-method is a setup parameter that takes a function. See: Docu

    I adapted it for you:

    $('#example').responsiveCarousel({
        // your setup tasks
        onShift: function (i) {
            i = Math.round(i);
            var $current = $('.slider-target li[data-slide=' + i + ']');
            $('.slider-target li[data-slide]').removeClass('current');
            $current.addClass('current');
        }
    });
    

    You can style the current frame with the .current class.

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

Sidebar

Related Questions

I have a responsive layout with some images. The images have max-width:100% set. And
all As you can see in images i have gradient background (this is responsive
I have a set of images that are responsive to the page (i.e. max-width
I have flexslider set up on a responsive site. The slider I am creating
I have set a background on the data-role=page element like so <div data-role=page style=background:
I am trying to implement responsive web design and I have set the viewport
I have a set of images aligned using the below CSS but they are
Issue: I have a responsive design and a 2 column set of links. Each
I have a couple of divs, each with a background image. I'm using responsive
So i have a slideshow block(its responsive) and i have set min-height: 315px for

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.