質問編集履歴
3
画像を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,6 +15,8 @@
|
|
15
15
|
|
16
16
|

|
17
17
|
|
18
|
+
|
19
|
+

|
18
20
|
|
19
21
|
|
20
22
|
|
2
説明画像を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,6 +5,17 @@
|
|
5
5
|
これは画像を切り替えごとに大きさを作り替えないといけないものでしょうか?
|
6
6
|
|
7
7
|
お手数をおかけしますがわかる方ご協力いただけると助かります。
|
8
|
+
|
9
|
+
切り替わりイメージは以下になります。画像の中央にリアルタイムで配置される画像を作りたいのです。
|
10
|
+
※TOP画像の上にぴったり重なるように別画像をいれたいのでそれもイメージに反映されています。
|
11
|
+
|
12
|
+

|
13
|
+
|
14
|
+

|
15
|
+
|
16
|
+

|
17
|
+
|
18
|
+
|
8
19
|
|
9
20
|
|
10
21
|
```
|
1
仮想画像を挿入しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,23 +10,22 @@
|
|
10
10
|
```
|
11
11
|
<div id="header_p" class="header_image">
|
12
12
|
<figure class="bg_haikei">
|
13
|
-
<p class="fade right">
|
13
|
+
<p class="fade right"><タイトル</p>
|
14
14
|
<picture>
|
15
|
-
<source media="(min-width:1000px)" sizes="100vw" srcset="
|
15
|
+
<source media="(min-width:1000px)" sizes="100vw" srcset="https://placehold.jp/1920x1080.png 1920w, https://placehold.jp/3840x2160.png 3840w">
|
16
|
-
<source media="(min-width:428px)" sizes="100vw" srcset="
|
16
|
+
<source media="(min-width:428px)" sizes="100vw" srcset="https://placehold.jp/2048x2732.png 2048w">
|
17
|
-
<img sizes="(max-width:427px) 100wv" srcset="
|
17
|
+
<img sizes="(max-width:427px) 100wv" srcset="https://placehold.jp/720x1280.png 720w, https://placehold.jp/1080x1920.png 1080w, https://placehold.jp/1284x2778.png 1284w" alt="">
|
18
18
|
</picture>
|
19
19
|
</figure>
|
20
20
|
<picture class="fade header_yama">
|
21
|
-
<source media="(min-width:1000px)" sizes="100vw" srcset="
|
21
|
+
<source media="(min-width:1000px)" sizes="100vw" srcset="https://placehold.jp/8271x847.png 1920w">
|
22
|
-
<source media="(min-width:428px)" sizes="100vw" srcset="
|
22
|
+
<source media="(min-width:428px)" sizes="100vw" srcset="https://placehold.jp/8274x1094.png 1920w">
|
23
|
-
<img sizes="(max-width:427px) 100wv" srcset="
|
23
|
+
<img sizes="(max-width:427px) 100wv" srcset="https://placehold.jp/4504x1095.png 1080w" alt="">
|
24
24
|
</picture>
|
25
25
|
<h1 class="logo_box">
|
26
|
-
<img src="
|
26
|
+
<img src="https://placehold.jp/1061x240.png" alt="" class="fade begi_logo">
|
27
27
|
</h1>
|
28
28
|
</div>
|
29
|
-
|
30
29
|
```
|
31
30
|
```
|
32
31
|
body{
|