Skip to content

Change figure size according to browser window size #69

@showteeth

Description

@showteeth

Hi,

I'm new to slickR, I wonder if there are any parameters or functions to change figure size according to browser window size automatically. When the figure size is larger than the browser window, the figure is not fully displayed.

image

I'm using slickR 0.5.0, the codes I used:

output$carousel <- renderSlickR({
    slickR(list.files(path = './',full.names = T,pattern = "png"),
           slideId = 'myslick') +
      settings(dots = TRUE,
               autoplay = TRUE)
  })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions