Skip to content

Commit

Permalink
Minor error in the Adaptive images section
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle authored and annevk committed May 29, 2018
1 parent 437ae8e commit 3876e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26857,8 +26857,8 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</pre>
&lt;/figure></pre>

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

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

0 comments on commit 3876e4b

Please sign in to comment.