With fluidPage()
, each item should be 220 pixels wide and flow with the width of the window. The appearance should be roughly the same with:
.GlobalEnv$useBS2 <- FALSE
runApp(system.file('examples/fluidpage', package = 'shinybootstrap2'))
and
.GlobalEnv$useBS2 <- TRUE
runApp(system.file('examples/fluidpage', package = 'shinybootstrap2'))
(The app looks at the .GlobalEnv$useBS2
variable to see whether it should use the shinybootstrap2::withBootstrap2()
wrapper function.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.