jupyterlab-contrib/rise

Slide width does not adjust when switching to full-screen mode

Closed this issue · 1 comments

Description

Slide width does not adjust when switching to full-screen mode

Reproduce

  1. Follow jupyterlab-rise's binder link
  2. The slides switches automatically to full-screen mode (same if the switch is manual)
  3. The slides appears horizontally centered but with their original width
  4. Switch to the next page
  5. The slides now uses the full width of the screen

Expected behavior

The slides uses immediately the full width of the screen

Context

Python package version: jupyterlab-rise 0.1.1

Extension version:
jovyan@jupyter-jupyterlab-2dcontrib-2drise-2d3i1fpld4:~$ jupyter labextension list
JupyterLab v3.6.1
/srv/conda/envs/notebook/share/jupyter/labextensions
        jupyter-offlinenotebook v0.2.2 enabled OK
        jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
        jupyterlab-rise v0.1.0 enabled OK (python, jupyterlab_rise)
        @jupyter-widgets/jupyterlab-manager v5.0.5 enabled OK (python, jupyterlab_widgets)
        @jupyter-server/resource-usage v0.7.0 enabled OK (python, jupyter-resource-usage)

jovyan@jupyter-jupyterlab-2dcontrib-2drise-2d3i1fpld4:~$ jupyter server extension list
Config dir: /home/jovyan/.jupyter

Config dir: /srv/conda/envs/notebook/etc/jupyter
jupyter_resource_usage enabled
- Validating jupyter_resource_usage...
jupyter_resource_usage 0.7.0 OK
jupyter_server_fileid enabled
- Validating jupyter_server_fileid...
jupyter_server_fileid 0.6.0 OK
jupyter_server_ydoc enabled
- Validating jupyter_server_ydoc...
jupyter_server_ydoc 0.6.1 OK
jupyterlab enabled
- Validating jupyterlab...
jupyterlab 3.6.1 OK
jupyterlab_rise enabled
- Validating jupyterlab_rise...
jupyterlab_rise 0.1.1 OK
nbclassic enabled
- Validating nbclassic...
nbclassic 0.5.1 OK
notebook_shim enabled
- Validating notebook_shim...
notebook_shim OK
jupyter_offlinenotebook enabled
- Validating jupyter_offlinenotebook...
jupyter_offlinenotebook OK

Config dir: /usr/local/etc/jupyter

  • Operating System and its version: Ubuntu 22.04
  • Browser and its version: Firefox 110 64 bits
Command Line Output
N/A
Web Browser Output

I confirm that it works for me now. Thanks!