From d4f303069a7ef7c17bd571887eb7dab245b3ff99 Mon Sep 17 00:00:00 2001 From: Shanjie Chen Date: Sun, 3 Oct 2021 02:22:21 +0800 Subject: Update incomplete translation in Web/HTML/Element/picture, zh-CN (#2617) --- files/zh-cn/web/html/element/picture/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/zh-cn/web/html/element/picture/index.html b/files/zh-cn/web/html/element/picture/index.html index a9c9638a6f..9d531e7880 100644 --- a/files/zh-cn/web/html/element/picture/index.html +++ b/files/zh-cn/web/html/element/picture/index.html @@ -27,7 +27,7 @@ translation_of: Web/HTML/Element/picture
  • 遇到所有浏览器都不支持的特定格式时,提供不同的图像格式
  • -

    If providing higher-density versions of an image for high-DPI (Retina) display, use {{htmlattrxref("srcset", "img")}} on the <img> element instead. This lets browsers opt for lower-density versions in data-saving modes, and you don't have to write explicit media conditions.

    +

    如果要为高 DPI (Retina) 显示提供更高像素密度的图像版本,请在 <img> 元素上使用 {{htmlattrxref("srcset", "img")}} 。这使得浏览器可以在节约流量模式下选择低像素密度版本,且不需要您编写明确的 media 条件。

    -- cgit v1.2.3-54-g00ecf