Is there a possibility to turn off full screen switch in the Viewer #45
Answered
by
RussCoder
r-pankevicius
asked this question in
Q&A
|
Hi, @RussCoder ! Is there such possibility to hide that full screen switch by passing some option to the new DjVu.Viewer() constructor? If page is designed this way that viewer takes 100%, then this switch is useless. /remis |
Answered by
RussCoder
Jan 13, 2021
Replies: 2 comments 1 reply
|
Or maybe more simple trick: add CSS class for component full-page-switch that is not mentioned in djvu_viewer.css, thus has no effect. |
0 replies
|
Hello! No, there is no such a possibility right now. If you need it I can add it as an option to the |
1 reply
Answer selected by
RussCoder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
No, there is no such a possibility right now. If you need it I can add it as an option to the
configuremethod of the viewer. I think it's better than a CSS class - you are not the first who expressed a desire to adjust the UI a bit.