spatial-data-discovery / spatial-data-discovery.github.io

Organization website
https://spatial-data-discovery.github.io/
4 stars 0 forks source link

Make image float to the right #24

Closed ithacalr closed 4 years ago

ithacalr commented 4 years ago

How do I make my animation float to the right?

dt-woods commented 4 years ago

Two things you need to do in your .Rmd file:

  1. Change <div class="video-wrapper"> to <div class="video-fr-wrapper">
  2. Change <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.

image-fr-wrapper