Closed ithacalr closed 4 years ago
Two things you need to do in your .Rmd file:
<div class="video-wrapper">
to <div class="video-fr-wrapper">
<video id="davisvideo"
to <video id="rosenvideo"
In the styles.css
file in the repository, I have definitions for these two tags. #rosenvideo
assumes that your video is 500 pixels wide. I don't know your vertical pixel count, which will need to be updated when your video is ready (L108).
Here's what it looked like for mine.
How do I make my animation float to the right?