Upsizing for embedded decks
I think it would be very useful to be able to upsize a deck embedded into a personal site, blog or news article.
Thanks for the feedback! We have turned on upsizing on the /embed page.
-
Adrian Puescu commented
Now it's always upsized. No other option to disable it without having to resize the whole iframe including progress bar and footer (if any).
-
Adrian Puescu commented
Right now, it works if you replace the url of the embedded iframe with the url from share link section with 'Fullscreen' option checked and if you manually set iframe width and height to 100% (along with minor custom settings on own html page).
<iframe src="//username.slides.com/username/deck-name/embed" width="576" height="420" scrolling="no" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
replaced with
<iframe src="http://username.slides.com/username/deck-name/fullscreen" width="100%" height="100%" scrolling="no" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>