1

Hi I want to add images as footers to ioslides_presentation with shiny widgets. I tried to reproduce this example but it didn't work. I want to add this .png file as a footer:

enter image description here

---
title: ""
author: ""
date: ""
output: 
  ioslides_presentation
header-includes:
    - \usepackage{wallpaper}
runtime: shiny
---
\LRCornerWallPaper{0.99}{footer.png}
Community
  • 1
  • 1
Nicolabo
  • 1,337
  • 12
  • 30
  • That example uses latex. ioslides is HTML. I'd suggest researching the CSS styles used and then insert something via CSS, targeting `slides > slide` – hrbrmstr Sep 28 '15 at 12:43
  • @hrbrmstr I found sth like this https://github.com/rstudio/rmarkdown/issues/435 but when I implement it into default css it still doesn't work. – Nicolabo Sep 28 '15 at 12:53

0 Answers0