Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change figure size according to browser window size #69

Open
showteeth opened this issue Dec 2, 2022 · 0 comments
Open

Change figure size according to browser window size #69

showteeth opened this issue Dec 2, 2022 · 0 comments

Comments

@showteeth
Copy link

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)
  })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant