using a video tag for the video's
This commit is contained in:
parent
23c1fb54ee
commit
4d50cae132
@ -2,4 +2,6 @@ Title: Question 1: What are digital infrapunctures?
|
||||
Slug: 02-s1-question-1
|
||||
Date: 2020-11-01 12:01
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<video controls>
|
||||
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
|
||||
</video>
|
@ -2,4 +2,6 @@ Title: Question 2: How do we identify stress points in digital infrastructures?
|
||||
Slug: 03-s1-question-2
|
||||
Date: 2020-11-01 12:02
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<video>
|
||||
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
|
||||
</video>
|
@ -2,4 +2,6 @@ Title: Question 3: Who can create infrapunctures?
|
||||
Slug: 04-s1-question-3
|
||||
Date: 2020-11-01 12:03
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<video>
|
||||
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
|
||||
</video>
|
@ -2,4 +2,6 @@ Title: Question 4: Could you expand on the analogy of acupuncture in relation to
|
||||
Slug: 05-s1-question-4
|
||||
Date: 2020-11-01 12:04
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<video>
|
||||
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
|
||||
</video>
|
@ -2,4 +2,6 @@ Title: Question 5: Could you give some examples of infrapunctural interventions?
|
||||
Slug: 06-s1-question-5
|
||||
Date: 2020-11-01 12:05
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<video>
|
||||
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
|
||||
</video>
|
@ -155,9 +155,10 @@ hr{
|
||||
margin:3em auto;
|
||||
}
|
||||
|
||||
img{
|
||||
img,
|
||||
video{
|
||||
width: calc(100% + 6em);
|
||||
margin: 1em 0 1em -3em;
|
||||
margin: 2em 0 2em -3em;
|
||||
}
|
||||
|
||||
.lastupdate{
|
||||
|
Loading…
Reference in New Issue
Block a user