From 490c6e5d55aaec161f3218c962f6d4ded162aaf0 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 17 Oct 2021 22:17:49 +0900 Subject: ヘッダーの翻訳忘れを修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/object-fit/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/ja/web/css/object-fit') diff --git a/files/ja/web/css/object-fit/index.md b/files/ja/web/css/object-fit/index.md index 81c6393a75..d544d45920 100644 --- a/files/ja/web/css/object-fit/index.md +++ b/files/ja/web/css/object-fit/index.md @@ -53,11 +53,11 @@ object-fit: unset; - `scale-down` - : コンテンツは `none` または `contain` を指定したかのようにサイズが決められ、オブジェクトの実際のサイズが小さいほうを採用します。 -## Formal definition +## 公式定義 {{cssinfo}} -## Formal syntax +## 形式文法 {{csssyntax}} @@ -138,19 +138,19 @@ img { } ``` -#### Result +#### 結果 {{ EmbedLiveSample('Setting_object-fit_for_an_image', 500, 1100) }} -## Specifications +## 仕様書 {{Specifications}} -## Browser compatibility +## ブラウザーの互換性 {{Compat}} -## See also +## 関連情報 - その他の画像関連 CSS プロパティ: {{cssxref("object-position")}}, {{cssxref("image-orientation")}}, {{cssxref("image-rendering")}}, {{cssxref("image-resolution")}} - {{cssxref("background-size")}} -- cgit v1.2.3-54-g00ecf