Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1521c51c authored by Andrew Solovay's avatar Andrew Solovay
Browse files

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
parent c4d39dfc
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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>