Full size shiny app in an ioslides markdown presentation slide

前端 未结 1 1117
醉梦人生
醉梦人生 2021-01-20 03:11

Trying to figure out how to have a full size shiny app in an ioslides markdown. I have something almost working, but it is a bit ad-hoc. I am also not confident it will repr

相关标签:
1条回答
  • 2021-01-20 03:45

    Try playing around with the values in your div<>. You can go over 100% and also set the size in pixels, e.g. <div style="margin-left:-120px; margin-top:-50px; width:900px">

    0 讨论(0)
提交回复
热议问题