回答編集履歴
1
edit
test
CHANGED
@@ -2,4 +2,12 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
[Responsive Images](https://getbootstrap.com/docs/5.0/content/images/#responsive-images)
|
5
|
+
> [Responsive Images](https://getbootstrap.com/docs/5.0/content/images/#responsive-images)
|
6
|
+
|
7
|
+
This applies max-width: 100%; and height: auto; to the image so that it scales with the parent element.
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
つまり、親要素に依存するということ。
|
12
|
+
|
13
|
+
このように機能にどのような制約やルールがあるかという点もドキュメントにしっかり記載されています。
|