CSS Tutorial in Hindi [Part 31] - CSS object-fit

preview_player
Показать описание
In this video i will talk about object-fit in CSS.

The CSS object-fit property is used to specify how an image or video should be resized to fit its container.

This property tells the content to fill the container in a variety of ways; such as "preserve that aspect ratio" or "stretch up and take up as much space as possible".

Values
--------------
contain: The replaced content is scaled to maintain its aspect ratio while fitting within the element’s content box. The entire object is made to fill the box, while preserving its aspect ratio, so the object will be "letterboxed" if its aspect ratio does not match the aspect ratio of the box.

cover: The replaced content is sized to maintain its aspect ratio while filling the element’s entire content box. If the object's aspect ratio does not match the aspect ratio of its box, then the object will be clipped to fit.

fill: The replaced content is sized to fill the element’s content box. The entire object will completely fill the box. If the object's aspect ratio does not match the aspect ratio of its box, then the object will be stretched to fit.

The object-position CSS property specifies the alignment of the selected replaced element's contents within the element's box. Areas of the box which aren't covered by the replaced element's object will show the element's background.

You can adjust how the replaced element's object's intrinsic size (that is, its natural size) is adjusted to fit within the element's box using the object-fit property.
Рекомендации по теме
Комментарии
Автор

Your videos are really helpful for Thank you sir

inquilabalam
Автор

Sir never uses the Emmet that is provided by VS Code😁😁😁.. Baat to sahi hai na bhaiyo behno, jab tak sir type karte tab tak hume kuch sochne ka mauka mil jata hai great explaination guruji.... Maja aa raah hai CSS sikhne me🙏🙏😁😁😊

DITScience
Автор

Sir I have used img height width given but on small screen img get cropped so how to handle I want full img to show to any mob screen..

MayankSingh-nkxj
Автор

Sir plz make full vedio on css how u make HTML when ur full CSS vedio will out let me know once plz

mohammedtajammul
Автор

foreground image and background image my kya difference hai?

sabahatishfaq
Автор

you should show your image properly full size in object-fit : cover .

sufyan_rasheed
visit shbcf.ru