css מאפייני object object-position

✔️ object-position CSS Style Property

המאפיין object-position מגדיר את מיקום התמונה או הסרטון בתוך אלמנט המכיל את התוכן.
השימוש במאפיין זה מחייב שימוש גם במאפיין object-fit

דוגמא: שנה התאמה לאלמנט

Demo Panel:
example
CSS:
HTML:
Syntax:

object-position: position | initial | inherit;

Valid values:
  • left top, left center, left bottom, center top, center center, center bottom, right top, right center, right bottom, revert, revert-layer, unset, inherit, initial


Units: px, %


Js Syntax: element.style.objectPosition

תאימות דפדפנים

object-position
הערך שנבדקChromeFirefoxEdgeCOpera
1px 10%✔️✔️✔️✔️
left top✔️✔️✔️✔️
left center✔️✔️✔️✔️
left bottom✔️✔️✔️✔️
center top✔️✔️✔️✔️
center center✔️✔️✔️✔️
center bottom✔️✔️✔️✔️
right top✔️✔️✔️✔️
right center✔️✔️✔️✔️
right bottom✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️

דוגמא: שנה התאמה לאלמנט

Demo Panel:
example
CSS:
HTML: