Zoom out shiny app at default in browser
问题 When I open my shiny apps I find them look better when I zoom out to 75%. How can I force the shiny app to open at 75%, also on a server? I already tried what they mention in this link but it doesn't seem to work. css: .content-wrapper, .right-side { background-color: #ffffff; } #controls { zoom: 0.75; } Thanks 回答1: Using this SO answer: https://stackoverflow.com/a/21668647/4564432 library(shiny) # Define UI for application that draws a histogram ui <- shinyUI(fluidPage( tags$style(" body {