-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 982 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (31 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
---
<style>
.video-container {
overflow: hidden;
position: relative;
width:100%;
}
.video-container::after {
padding-top: 56.25%;
display: block;
content: '';
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<p style="text-align:center;">
<img src="/images/JayMaloney-FSPhotography-6021_crop1_sm.jpg" alt="Jay Maloney - Pruyn House 2018" title="Photo credit - Beth Mickalonis">
</p>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/m6uJzlLQp00" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<!--
<iframe width="560" height="315" src="https://www.youtube.com/embed/m6uJzlLQp00" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
-->