Skip to content

Commit

Permalink
enable lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul McAdam authored and Paul McAdam committed Apr 12, 2020
1 parent e7888e6 commit c58e0a7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
26 changes: 15 additions & 11 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,42 @@ autosize: true

## Rules

- One point for the artist, one point for the song and one point for the movie.
- One point for the artist
- One point for the song
- One point for the movie
- Half point for correct franchise but wrong number


<br /><br />


## Question 1
<video data-autoplay><source src="1.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="1.mp4" type="video/mp4"></video>

## Question 2
<video data-autoplay><source src="2.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="2.mp4" type="video/mp4"></video>

## Question 3
<video data-autoplay><source src="3.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="3.mp4" type="video/mp4"></video>

## Question 4
<video data-autoplay><source src="4.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="4.mp4" type="video/mp4"></video>

## Question 5
<video data-autoplay><source src="5.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="5.mp4" type="video/mp4"></video>

## Question 6
<video data-autoplay><source src="6.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="6.mp4" type="video/mp4"></video>

## Question 7
<video data-autoplay><source src="7.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="7.mp4" type="video/mp4"></video>

## Question 8
<video data-autoplay><source src="8.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="8.mp4" type="video/mp4"></video>

## Question 9
<video data-autoplay><source src="9.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="9.mp4" type="video/mp4"></video>

## Question 10
<video data-autoplay><source src="10.mp4" type="video/mp4"></video>
<video data-autoplay><source data-src="10.mp4" type="video/mp4"></video>

25 changes: 14 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -461,68 +461,71 @@ <h3 class="date">11 April 2020</h3>
<section id="rules" class="slide level2">
<h2>Rules</h2>
<ul>
<li>One point for the artist, one point for the song and one point for the movie.</li>
<li>One point for the artist</li>
<li>One point for the song</li>
<li>One point for the movie</li>
<li>Half point for correct franchise but wrong number</li>
</ul>
<p><br /><br /></p>
</section>
<section id="question-1" class="slide level2">
<h2>Question 1</h2>
<video data-autoplay>
<source src="1.mp4" type="video/mp4">
<source data-src="1.mp4" type="video/mp4">
</video>
</section>
<section id="question-2" class="slide level2">
<h2>Question 2</h2>
<video data-autoplay>
<source src="2.mp4" type="video/mp4">
<source data-src="2.mp4" type="video/mp4">
</video>
</section>
<section id="question-3" class="slide level2">
<h2>Question 3</h2>
<video data-autoplay>
<source src="3.mp4" type="video/mp4">
<source data-src="3.mp4" type="video/mp4">
</video>
</section>
<section id="question-4" class="slide level2">
<h2>Question 4</h2>
<video data-autoplay>
<source src="4.mp4" type="video/mp4">
<source data-src="4.mp4" type="video/mp4">
</video>
</section>
<section id="question-5" class="slide level2">
<h2>Question 5</h2>
<video data-autoplay>
<source src="5.mp4" type="video/mp4">
<source data-src="5.mp4" type="video/mp4">
</video>
</section>
<section id="question-6" class="slide level2">
<h2>Question 6</h2>
<video data-autoplay>
<source src="6.mp4" type="video/mp4">
<source data-src="6.mp4" type="video/mp4">
</video>
</section>
<section id="question-7" class="slide level2">
<h2>Question 7</h2>
<video data-autoplay>
<source src="7.mp4" type="video/mp4">
<source data-src="7.mp4" type="video/mp4">
</video>
</section>
<section id="question-8" class="slide level2">
<h2>Question 8</h2>
<video data-autoplay>
<source src="8.mp4" type="video/mp4">
<source data-src="8.mp4" type="video/mp4">
</video>
</section>
<section id="question-9" class="slide level2">
<h2>Question 9</h2>
<video data-autoplay>
<source src="9.mp4" type="video/mp4">
<source data-src="9.mp4" type="video/mp4">
</video>
</section>
<section id="question-10" class="slide level2">
<h2>Question 10</h2>
<video data-autoplay>
<source src="10.mp4" type="video/mp4">
<source data-src="10.mp4" type="video/mp4">
</video>
</section>
</div>
Expand Down

0 comments on commit c58e0a7

Please sign in to comment.