Skip to content

Commit

Permalink
Remove invalid width attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Bijl authored and Michiel Bijl committed Jul 20, 2017
1 parent 9525a15 commit e3547be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/landmarks/at.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2 id="jaws">JAWS Screen Reader for Windows</h2>
</table>

<p>Screen shot of list of landmarks in JAWS</p>
<p><img src="images/landmarks-jaws.png" alt="Screen shot of list of landmarks in voice over" width="80%"></p>
<p><img src="images/landmarks-jaws.png" alt="Screen shot of list of landmarks in voice over"></p>

</section>

Expand Down Expand Up @@ -123,7 +123,7 @@ <h2 id="nvda">NVDA Screen Reader for Windows</h2>

</table>
<p>Screen shot of list of landmarks in NVDA</p>
<p><img src="images/landmarks-nvda.png" alt="Screen shot of list of landmarks in voice over" width="80%"></p>
<p><img src="images/landmarks-nvda.png" alt="Screen shot of list of landmarks in voice over"></p>
</section>

<section aria-labelledby="we">
Expand Down Expand Up @@ -184,7 +184,7 @@ <h2 id="vo">Voice Over Screen Reader for OS X (Mac OS)</h2>

</table>
<p>Screen shot of list of landmarks in Voice Over</p>
<p><img src="images/landmarks-vo.png" alt="Screen shot of list of landmarks in voice over" width="80%"></p>
<p><img src="images/landmarks-vo.png" alt="Screen shot of list of landmarks in voice over"></p>
</section>

<section aria-labelledby="orca">
Expand Down
4 changes: 4 additions & 0 deletions examples/landmarks/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,7 @@ form {
margin-top: 2em;
margin-bottom: 2em;
}

img {
max-width: 100%;
}

0 comments on commit e3547be

Please sign in to comment.