调整图片大小以适合其内容框,并将图片放置在内容框内距左侧 5 像素、距顶部 10% 的位置:
document.getElementById("myImg").style.objectPosition = "0 10%";
亲自试一试 »
objectPosition 属性用于指定 <img> 或 <video> 在其自己的内容框中的位置。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
objectPosition | 31.0 | 16.0 | 36.0 | 10.1 | 19.0 |
返回 objectPosition 属性:
object.style.objectPosition
设置对象位置属性:
object.style.objectPosition = "
position|initial|inherit"
Value | Description |
---|---|
position | Specifies the position of the image or video inside its content box. First value controls the x-asis and the second value controls the y-axis. Can be a string (left, center or right), or a number (in px or %). Negative values are allowed |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 50% 50% |
---|---|
返回值: | 字符串或数字,表示元素在其内容框中的位置 |
CSS版本 | CSS3 |
CSS教程:CSS 对象适配
CSS 参考:对象位置属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!