You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, thumbnails can be displayed on the bottom (default) or the right side. I'd like to see options for displaying them along the top and left side, too.
The text was updated successfully, but these errors were encountered:
Implemented in v9.0 beta 4.
In igconfig.json, you can define the layout by Layout setting:
// in igconfig.json{"Layout": {"Toolbar": "Top;1",// Toolbar is at top, below thumbnail bar"Gallery": "Top;0",// thumbnail bar is at top, above the toolbar"ToolbarContext": "Bottom",// contextual toolbar is at bottom}}
Currently, thumbnails can be displayed on the bottom (default) or the right side. I'd like to see options for displaying them along the top and left side, too.
The text was updated successfully, but these errors were encountered: