Active
Project:
Views Slideshow: Galleria
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2010 at 23:58 UTC
Updated:
5 Oct 2010 at 00:31 UTC
When viewing the slideshow in full screen mode, you can click on a small tray at the bottom of the screen to display thumbnails. After viewing the thumbnails and clicking one one, the tray collapses! You have to keep opening it. It there a way to make it permanently visible?
Thanks
Comments
Comment #1
grasmash commentedI removed these lines from galleria.fullscreen.js:
Still have to figure out how to make it load open by default.
Comment #2
grasmash commentedOk, I managed to get the thumb tray to load as open by default.
added:
var load_count = 0;aftervar POS = 0;added:
if (load_count == 0 && !OPEN) { tab.click(); load_count = 1; }afterthis.$('info,iefix').toggle(this.hasInfo());