質問するログイン新規登録

質問編集履歴

2

ソースコード変更しました

2018/02/01 03:31

投稿

hydethchang
hydethchang

スコア6

title CHANGED
File without changes
body CHANGED
@@ -33,6 +33,30 @@
33
33
  <div id="wide" class="slider-pro">
34
34
  <div class="sp-slides">
35
35
  <div class="sp-slide">
36
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/rRzxEiBLQCA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
37
+ </div>
38
+ <div class="sp-slide">
39
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/gJX2iy6nhHc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
40
+ </div>
41
+ <div class="sp-slide">
42
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/2WY1wrwpd3k" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
43
+ </div>
44
+ <div class="sp-slide">
45
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/3mKGLNBMINs" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
46
+ </div>
47
+ <div class="sp-slide">
48
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/wsl8HS_lVHE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
49
+ </div>
50
+ <!--/ sp-slides--></div>
51
+ <!--/ wide--></div>
52
+ ```
53
+
54
+ ### ソースコード(変更後)
55
+
56
+ ```
57
+ <div id="wide" class="slider-pro">
58
+ <div class="sp-slides">
59
+ <div class="sp-slide">
36
60
  <iframe width="400" height="230" src="https://www.youtube.com/embed/rRzxEiBLQCA?enablejsapi=1&amp;wmode=opaque" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
37
61
  </div>
38
62
  <div class="sp-slide">

1

ソースコードを更新しました。

2018/02/01 03:31

投稿

hydethchang
hydethchang

スコア6

title CHANGED
File without changes
body CHANGED
@@ -33,19 +33,19 @@
33
33
  <div id="wide" class="slider-pro">
34
34
  <div class="sp-slides">
35
35
  <div class="sp-slide">
36
- <iframe width="400" height="230" src="https://www.youtube.com/embed/rRzxEiBLQCA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
36
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/rRzxEiBLQCA?enablejsapi=1&amp;wmode=opaque" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
37
37
  </div>
38
38
  <div class="sp-slide">
39
- <iframe width="400" height="230" src="https://www.youtube.com/embed/gJX2iy6nhHc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
39
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/gJX2iy6nhHc?enablejsapi=1&amp;wmode=opaque" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
40
40
  </div>
41
41
  <div class="sp-slide">
42
- <iframe width="400" height="230" src="https://www.youtube.com/embed/2WY1wrwpd3k" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
42
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/2WY1wrwpd3k?enablejsapi=1&amp;wmode=opaque" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
43
43
  </div>
44
44
  <div class="sp-slide">
45
- <iframe width="400" height="230" src="https://www.youtube.com/embed/3mKGLNBMINs" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
45
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/3mKGLNBMINs?enablejsapi=1&amp;wmode=opaque" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
46
46
  </div>
47
47
  <div class="sp-slide">
48
- <iframe width="400" height="230" src="https://www.youtube.com/embed/wsl8HS_lVHE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
48
+ <iframe width="400" height="230" src="https://www.youtube.com/embed/wsl8HS_lVHE?enablejsapi=1&amp;wmode=opaque" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
49
49
  </div>
50
50
  <!--/ sp-slides--></div>
51
51
  <!--/ wide--></div>