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

An option to make the navbar's thumbnails bigger #353

Open
ataylor32 opened this issue Dec 9, 2019 · 3 comments
Open

An option to make the navbar's thumbnails bigger #353

ataylor32 opened this issue Dec 9, 2019 · 3 comments

Comments

@ataylor32
Copy link

From what I've seen in the docs, there doesn't seem to be a way to make the navbar's thumbnails bigger. I'm working on a website that has many users who don't have great vision. It would be nice to double the size of the thumbnails. Is this doable?

@fengyuanchen
Copy link
Owner

You can override the navbar's style to enlarge the thumbnails.

@simplenotezy
Copy link

simplenotezy commented Feb 19, 2020

I'd like this as well!

It's seem rather complicated to override the navbar's style, as there is a fixed width/height on 3-4-5 elements. And style is applied inline instead of in the css file.

@martinschilliger
Copy link

Just add for example 4x bigger values than default:

.viewer-list {
  height: 200px;
}
.viewer-list > li {
  height: 200px;
  width: 120px;
}

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

4 participants