Replace feature image with youtube embed
This commit is contained in:
@@ -189,8 +189,21 @@
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.feature-photo {
|
||||
.feature-video {
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
padding-bottom: 56.25%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.feature-video iframe {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
width: calc(100% - 8px);
|
||||
height: calc(100% - 8px);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.archive-feature {
|
||||
|
||||
Reference in New Issue
Block a user