docs: Quick fixes to screenshot

I'd been using the "srcset" tag wrong (we're updating the devsite
style guide) so I'm fixing that. Also mislabeled this as "Figure 2"
(it's currently the only figure on the page).

Since this is a very straightforward fix I'm going to go ahead and
submit it.

See first comment for doc stage location.

Change-Id: I81969ff1a3838e516ef00612f3ae8944cca8fab5
This commit is contained in:
Andrew Solovay
2015-05-29 12:52:17 -07:00
parent c4d39dfc6c
commit 1521c51cb6
2 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -129,12 +129,12 @@ page.image=images/permissions_check.png
that they need to grant that permission.
</li>
<div class="figure" style="width:220px">
<img src="images/app-permissions-screen.png" srcset=
"images/app-permissions-screen@2x.png 2x" alt="" width="220" height=
"375">
<div class="figure" style="width:220px" id="fig-perms-screen">
<img src="images/app-permissions-screen_2x.png"
srcset="images/app-permissions-screen.png 1x, images/app-permissions-screen_2x.png 2x"
alt="" width="220">
<p class="img-caption">
<strong>Figure 2.</strong> Permission screen in the app's Settings.
<strong>Figure 1.</strong> Permission screen in the app's Settings.
</p>
</div>