Closed (fixed)
Project:
Galleria
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2012 at 06:29 UTC
Updated:
20 Apr 2012 at 21:32 UTC
Is there a way to adjust the transition effects when in full screen mode? Or else disable the full screen option?
Thank you,
Sean
Comments
Comment #1
kroimon commentedAccording to the Twelve theme documentation there is a
_showFullscreenoption that you may set to false to disable the fullscreen button.Just edit the option set you're using in the Drupal module and at the bottom of the option set table, use the text input field next to the select box to add the
_showFullscreenoption. You can then set this option tofalseto disable the fullscreen button.To change the transition effect when in fullscreen, have a look at the fullscreenTransition option. Valid values may be found here.
Please report back if I could help you and close this issue if so.
Comment #2
kroimon commented