Yang-Tang / shinyjqui

jQuery UI Interactions and Effects for Shiny
https://yang-tang.github.io/shinyjqui/
Other
273 stars 32 forks source link

Multiple shiny apps on the same page - getting rid of the gap #30

Closed nickriches closed 5 years ago

nickriches commented 6 years ago

Hi

I'm planning to use your great package to create some sentence building exercises for linguistics students using R markdown. However, I have run into an issue where, if I have multiple shiny apps on the same page, there is a large gap between them (shinyjgui_example.zip). I was wondering if you have any tips / suggestions on how to get rid of this? Many thanks.

Yang-Tang commented 6 years ago

I think you can set the height option of shinyApp(). See example here

nickriches commented 6 years ago

Thanks for reply! I've tried that, and it doesn't seem to do it. I don't think it's an issue with the Jqui package, and more of a general Shiny query, so I'll try posting on another forum.