The CSS object-fit property is used to specify how an <img> or <video> should be resized to fit ... img { width: 200px; height: 300px; object-fit: cover; }.
確定! 回上一頁