检查图像时,开发工具中的内在价值代表什么?

What does intrinsic value represent in dev tools when inspecting an image?

在 Chrome Dev Tools 中检查图像时,我注意到将鼠标悬停在 HTML 上时,它会显示尺寸,然后在括号中显示其他尺寸。

例如:298 x 274 像素(固有:860 x 731 像素)

括号中的维度是什么意思?

当您将鼠标悬停在 HTML 上时,它会显示维度,然后在括号中显示其他维度。 例如:298 x 274 像素(固有:860 x 731 像素)

860 x 731 像素是图像的实际尺寸,298 x 274 像素是应用 CSS 到该图像后的尺寸。