0

I have classic galleria and I've hidden the thumbnails.

But I want to completely remove the thumbnails section not just hide it.

I want to put a few images directly under galleria .

And not have that empty space where the thumbnails are being hidden.

Here is a pic of what I mean:

http://img827.imageshack.us/img827/7246/overflowpic.jpg

I have tried the thumbnails false but I might be putting it in the wrong spot.

Jackson
  • 11
  • 1
  • 2
    You'll need to show us some code... – sachleen Jan 13 '13 at 17:45
  • the javascript and css is pages long would be to much to post here .i have been googling and banging my head on this for days – Jackson Jan 13 '13 at 17:49
  • If it's not in the plugin options then search for how to remove an element in jquery. Find the element by inspecting the DOM using firebug or chrome's developer tools. – sachleen Jan 13 '13 at 17:55
  • just curious have you ever used galleria ? – Jackson Jan 13 '13 at 18:17
  • ok i got it in css i was able to shrink the hidden thumbnail container .galleria-stage { position: absolute; top: 10px; bottom: 10px; left: 10px; right: 10px; overflow:hidden; } i hope this helps someone in the future , i spent for ever going in circles – Jackson Jan 13 '13 at 18:35

0 Answers0