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:
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user