ui <- (
fluidPage(
titlePanel('NWM v2.0 Reanalysis: Explorer'),
tags$style(type = "text/css", "#map {height: calc(100vh - 80px) !important;}"),
leafletOutput('map')
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.