From 8217c89617ffe44dc9d1ca285be84d3e3a11084b Mon Sep 17 00:00:00 2001 From: Hamzah Gani Date: Mon, 17 Dec 2018 05:59:37 +0200 Subject: [PATCH] added a final example for more clarity (#33379) * added a final example for more clarity * fix: fixed formatting --- guide/english/css/css-images/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/guide/english/css/css-images/index.md b/guide/english/css/css-images/index.md index e89e32e319..b285711761 100644 --- a/guide/english/css/css-images/index.md +++ b/guide/english/css/css-images/index.md @@ -27,6 +27,15 @@ img { It is advised to change any one parameter, either height or width, to get a proportionate image. Changing both dimensions results in forced scaling and is not advisable. +**Example:** Both of these will result in a proportionate image +``` +Picture + +// or + +Picture +``` + ##### Properties image-orientation image-rendering