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

回答編集履歴

1

edit

2021/03/18 06:29

投稿

m.ts10806
m.ts10806

スコア80888

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
+ このように機能にどのような制約やルールがあるかという点もドキュメントにしっかり記載されています。