-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support ?collapse_left/right and ?full_page=true #482
Conversation
@Jcarlosmiguel Would this ^^^ proposed solution solve your problem ? https://forum.image.sc/t/omero-web-configuration/98844/3 - i.e. would you know how to use the parameters in the url for your moodle app ? |
That is exactly what I am looking for. Please, let me know when it will be implemented. |
wfm with https://merge-ci.openmicroscopy.org/web/webclient/img_detail/4815/?dataset=2069&full_page=true As discussed with @will-moore , there we should add some documentation of this feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain the best tactics on documenting this feature. Otherwise wfm
Great, as you see, we are in process of testing and wrapping up. Just bear with us please. Thanks for the feedback. |
Apologies for the delay on this. Added docs to the README - see https://github.com/will-moore/omero-iviewer/tree/full_page_initialParams?tab=readme-ov-file#supported-urls |
@Jcarlosmiguel - this feature was included in the recently released omero-iviewer 0.15.0 |
Fixes #480.
Adds support for query parameters to hide the left/right panels and show the image viewer full-page.
Try adding these parameters to the iviewer URL:
?collapse_left=true
?collapse_right=true
?full_page=true
. // does both of the above