-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Interested in a feature to the quarto shinylive extension for sizing app height based on viewer height. Would love to be able to adjust app height size without hard-coding the pixel size. Example below for clarity, where a value could be provided to viewerHeight or a similar option that would size the app with percentages. I suspect this may not be possible with the way the standalone structure is set up currently.
Example .qmd content skeleton:
---
title: "Example"
format: html
filters:
- shinylive
---
# Example app
```{shinylive-r}
#| standalone: true
#| viewerHeight: '80%'
ui <- ...
server <- ...
shinyApp(ui = ui, server = server)
```
Metadata
Metadata
Assignees
Labels
No labels