Skip to content

Commit 066e0d1

Browse files
committed
Updated pixgallery-simple
1 parent e4949cd commit 066e0d1

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

docs/articles/shiny.html

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/app-pixgallery-simple/app.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ui <- fluidPage(
4848
"Image paths",
4949
value = paste0(urls, collapse = "\n"),
5050
width = "100%",
51-
height = "200px"
51+
height = "150px"
5252
),
5353
selectInput(
5454
"layout",
@@ -60,8 +60,10 @@ ui <- fluidPage(
6060
"masonry",
6161
"justified",
6262
"elastic",
63+
"scroll",
6364
"rhombus",
64-
"scroll"
65+
"hexagon"
66+
6567
),
6668
selected = "grid"
6769
),

vignettes/shiny.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ui <- fluidPage(
7070
"Image paths",
7171
value = paste0(urls, collapse = "\n"),
7272
width = "100%",
73-
height = "200px"
73+
height = "150px"
7474
),
7575
selectInput(
7676
"layout",
@@ -82,7 +82,9 @@ ui <- fluidPage(
8282
"masonry",
8383
"justified",
8484
"elastic",
85-
"rhombus"
85+
"scroll",
86+
"rhombus",
87+
"hexagon"
8688
),
8789
selected = "grid"
8890
),

0 commit comments

Comments
 (0)