From 3876e4b75cd9f9b048779a70831027c6e9c61813 Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Tue, 29 May 2018 11:31:15 +0800 Subject: [PATCH] Minor error in the Adaptive images section --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 95fb336ee88..7b29e06ca60 100644 --- a/source +++ b/source @@ -26857,8 +26857,8 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ... </figure>

Alternatively, the width and height attributes can be used to provide the width for legacy user - agents, using CSS just for the user agents that support picture:

+ data-x="attr-dim-height">height attributes can be used to provide the width and height for + legacy user agents, using CSS just for the user agents that support picture:

<style media="(max-width: 600px)">
  #a { width: 100px; height: 100px; }