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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:43:56+00:00 2026-06-05T18:43:56+00:00

I am trying to figure out how to create an image gallery like the

  • 0

I am trying to figure out how to create an image gallery like the one illustrated below so I can place it onto my website. I am wondering if anyone can point me in the right direction for a tutorial? I have found a lot of nice galleries that will display my images, but none of them displays the images like in the filmstrip style I am after.

Requirements of gallery:

  1. When clicking on the arrows, the gallery strip will either shift
    left/right by one picture
  2. Hovering over the image will darken the image, and display some
    caption about the image

example of filmstrip style gallery

  • 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-05T18:43:57+00:00Added an answer on June 5, 2026 at 6:43 pm

    I just answered a question where someone was using carouFredSel. This jQuery plugin looks like it would work pretty well, though I do not think it has the built-in hover effect. To be honest though, that is the easier part.

    The trick is to make the width slightly larger than the images to show, which leads to the partial images on each side.

    Here is a jsfiddle to illustrate.


    UPDATE:
    The OP asked if the page nav links could be repositioned. I modified the jsfiddle to work this way. The additions were as follows:

    .list_carousel {
        position: relative;
    }
    #prev2 {
        position: absolute;
        top: 35px;
        left: 0;
    }
    #next2 {
        position: absolute;
        top: 35px;
        right: 0;
    }
    

    If you have a relatively positioned container element, you can absolutely position child elements. I added relative positioning to the list_carousel container, then I could absolutely position the nav arrows within the container. Change the top value to position vertically, and left/right to position horizontally.

    I also removed the pager all together, as it was not a requirement based on the original example. If you change the page arrows to images it is pretty much what you want.


    MORE UPDATES
    I decided to take it one step further and make the hover effect work more like the example. See the new jsfiddle. The changes are:

    • Added span wrappers around all text within list items
    • Added $(".list_carousel li span").hide(); to hide all the spans
    • Modified hover event to toggle spans

    I also added some CSS to position the span text:

    .list_carousel li { 
        position: relative;
    }
    .list_carousel li span {
        position: absolute;
        bottom: 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    

    FINAL UPDATE (I PROMISE!)
    I decided to go all in and add the transparency layer too: jsfiddle

    Hover modifications:
    $(this).prepend($("<div class='hover-transparency'></div>")); and $(this).find("div:first").remove(); to add/remove transparency layer on hover in/out.

    CSS modifications:

    .hover-transparency {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.60);
    }
    

    These style the transparency layer. Change to suit your taste.

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

Sidebar

Related Questions

I am trying to figure out the best way to create a view like
I'm trying to figure out a way to create a zero-width, zero-height image which
I am trying to create TIFF image using Libtiff. I could not figure out
I would like to create a very simple image gallery. I am trying to
I'm trying to figure out how imgur.com is building their gallery (the one on
I am trying to figure out how to create a temporary table that is
I'm trying to figure out how to create a http CRAN-repository. I've tried to
i am trying to figure out how to create a javascript alert box asking
I am trying to figure out how to create 3 divs and have them
I'm trying to figure out how to create personalized urls for double-byte languages. 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.