diff --git a/guide/english/css/css-images/index.md b/guide/english/css/css-images/index.md index 49b24d38ba..538cd7ffc0 100644 --- a/guide/english/css/css-images/index.md +++ b/guide/english/css/css-images/index.md @@ -14,7 +14,7 @@ This helps in adding an image to a website. * **height:** This specifies a height for the image(can be percent or px or auto) #### CSS Defaults -The `img` element will be rendered by default in most browsers to be displayed as an inline-block display type unless specified otherwise. +The `img` element will be rendered by default in most browsers to be displayed as an inline-block display type unless specified otherwise. ``` img { @@ -24,6 +24,7 @@ img { #### More Information: +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. ##### Properties image-orientation