Skip to content

Commit ba3f866

Browse files
committed
Comment live not working
1 parent 7a303b0 commit ba3f866

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

dist/index.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@
7070
</div>
7171

7272
<!-- Embed ISS live -->
73+
<!--
7374
<div class="live">
74-
<iframe width="280" height="70" src="http://www.ustream.tv/embed/17074538?html5ui" scrolling="no" allowfullscreen webkitallowfullscreen frameborder="0" style="border: 0 none transparent;"></iframe></div>
75+
<iframe width="4280" height="270" src="http://www.ustream.tv/embed/17074538?html5ui" scrolling="no" allowfullscreen webkitallowfullscreen frameborder="0" style="border: 0 none transparent;"></iframe></div>
76+
-->
7577

7678
<!-- Timeline wheel -->
7779
<div class="timeline">

src/sass/components/_home.scss

+9-5
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ body {
5151
color: #f4c869;
5252
}
5353

54-
.live {
55-
position: absolute;
56-
bottom: 30px;
57-
right: 30px;
58-
}
54+
//.live {
55+
// position: absolute;
56+
// bottom: 30px;
57+
// right: 30px;
58+
//}
59+
//.live iframe {
60+
// width: 100px;
61+
// height: auto;
62+
//}

0 commit comments

Comments
 (0)