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