add an option to hide navigation for embedded decks with autoplay
We'd like to display our deck on interior signage so that it automatically advances through slides, but the timer/pause button and navigation arrows obscure the slides' content. It would be awesome if there was an option to hide the navigation arrows and pause button/timer for embedded decks with autoplay enabled. Or an option to make them smaller, depending on the size of the display.
This is possible by manually appending query parameters to the embed URL.
https://slides.com/news/autoplay/embed?style=hidden&controls=false&autoSlideStoppable=false
controls=false hides the navigation controls and autoSlideStoppable=false hides the pause button in the bottom left.
We'll consider adding these options to the embed UI too.