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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:35:40+00:00 2026-05-30T02:35:40+00:00

We are using Galleria library (http://galleria.io/) for dynamically generating slideshow from a set of

  • 0

We are using Galleria library (http://galleria.io/) for dynamically generating slideshow from a set of user selected images. The user can also select a few options like height, width, transition speed, show/hide thumbnail carousel etc. and these settings are applied to Galleria options.

Now when user selects to hide carousel, I set relevant options which makes the thumbnails in the carousel disappear. However, the container div (with css class galleria-thumbnails-container) still occupies some whitespace. I tried changing a few css attributes of this class as well as galleria container w/o any luck.

Things I have tried:

  • After selecting div with class “galleria-thumbnails-container”, change height to 0. No change observed.
  • After selecting div with class “galleria-thumbnails-container”, change display to none. No change observed.
  • After selecting div with class “galleria-container notouch”, reduce height by say 70 px. This reduced the height of main image in the slideshow.

I have gone through Galleria doc but they do not seem to have an option to handle this. So it has be a css hack. Any ideas?

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-05-30T02:35:41+00:00Added an answer on May 30, 2026 at 2:35 am

    You can turn off the thumbnails by using the following option on the script:

    $('#galleria').galleria({
        thumbnails: "false"
    });
    

    Documentation

    thumbnails
    
        type: Boolean or String
        default: true
    

    Took a look at your link and that space below your slider is made due to the fact that your images are not scaling according to the width/height you specified in your script, and also due to some spacing on the .galleria-stage class. Try this to fix it:

    javascript

    $('#slideshow_1749').galleria({
        data_source: mmod_slideshow_data,
        dummy: '/images/default.jpg',
        showCounter: false,
        width: 300, /* scale accordingly */
        height: 300, /* scale accordingly */
        autoplay: 3000,
        carousel: false,
        thumbnails: false,
        showImagenav: false,
        carousel: false,
        thumbFit: false,
        thumbMargin: 0,
        imageCrop: "height"
    });
    

    CSS

    .galleria-stage { /* modify line 17 of your galleria.classic.css stylesheet */
        bottom:10px; /* define the bottom spacing, same as top/left/right */
    }
    

    Just a side note, but why use such a complex plugin for such a simple task? You can get a cleaner result by using the jQuery Cycle plugin.

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

Sidebar

Related Questions

I am using the Galleria jQuery slideshow plugin. I can get the slideshow to
Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
I'm using the Galleria jQuery slideshow framework. My question is, how can I bottom-align
hello friends i am using this galleria gallery link to display images on my
i am using jquery galleria which is quite cool but i can't seem to
I'm using Galleria image gallery jQuery plugin. How can i change gallery info button
I am using Galleria for a slideshow. I want to place a small, 'Larger'
I'm wanting to resize the entire galleria div and resize all the images dynamically
I'm looking for a way to load each image within Galleria (http://galleria.io/) dynamically. At
Using jQuery rotate http://code.google.com/p/jqueryrotate/wiki/Examples to animate an object from 0 degrees to 40 degrees

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.