Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show thumbnails on top or left side #318

Closed
Keith94 opened this issue Apr 7, 2018 · 1 comment
Closed

Show thumbnails on top or left side #318

Keith94 opened this issue Apr 7, 2018 · 1 comment

Comments

@Keith94
Copy link

Keith94 commented Apr 7, 2018

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.

@d2phap
Copy link
Owner

d2phap commented Apr 14, 2023

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
  }
}

Becomes:
image

Or this:

{
  "Layout": {
    "Toolbar": "Bottom",
    "Gallery": "Left",
    "ToolbarContext": "Bottom;1"
  },
}

becomes:
image

Note that, the vertical thumbnail bar is currently not resizable.

@d2phap d2phap closed this as completed Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants