回答編集履歴
2
GPのソースへのリンク追加
answer
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
もう一段<iframe>を間に挟めばとりあえずできました。
|
2
2
|
ただし、ポップアップにスクロールバーが表示されてしまいます。その辺はどうにか調整してください。
|
3
|
+
https://turbographics2000.github.io/iframe は、アドレスからわかる通りGitHub Pagesです。
|
3
4
|
|
4
5
|
```html
|
5
6
|
// popup.htmlの<iframe>
|
6
7
|
<iframe src="https://turbographics2000.github.io/iframe?vid=sm9" id="nicovideoPlayer-1" frameborder="0" allowfullscreen></iframe>
|
7
8
|
```
|
8
9
|
|
10
|
+
[https://turbographics2000.github.io/iframeのソース](https://github.com/turbographics2000/iframe/blob/master/docs/index.html)
|
9
11
|
```html
|
10
|
-
//https://turbographics2000.github.io/iframe?vid=sm9のソース
|
11
12
|
<!DOCTYPE html>
|
12
13
|
<html lang="en">
|
13
14
|
|
1
注意点追加
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
もう一段<iframe>を間に挟めばとりあえずできました。
|
2
|
+
ただし、ポップアップにスクロールバーが表示されてしまいます。その辺はどうにか調整してください。
|
2
3
|
|
3
4
|
```html
|
4
5
|
// popup.htmlの<iframe>
|