Skip to content

Commit

Permalink
🎨 Add image
Browse files Browse the repository at this point in the history
  • Loading branch information
mstill3 committed Jul 24, 2023
1 parent f8f6c97 commit 011e591
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file added ios/aweigh/assets/img/current_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ios/aweigh/assets/img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions ios/aweigh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ <h1 class="display-1 lh-1 mb-3">Visualize your weight</h1>
<div class="device-wrapper">
<div class="device" data-device="iPhoneX" data-orientation="portrait" data-color="black">
<div class="screen bg-black">
<!-- PUT CONTENTS HERE:-->
<!-- * * This can be a video, image, or just about anything else.-->
<!-- * * Set the max width of your media to 100% and the height to-->
<!-- * * 100% like the demo example below.-->
<video muted="muted" autoplay="" loop="" style="max-width: 100%; height: 100%"><source src="assets/img/demo-screen.mp4" type="video/mp4" /></video>
<img style="max-width: 100%; height: 100%;" src="assets/img/current_screenshot.png" />
<!-- &lt;!&ndash; PUT CONTENTS HERE:&ndash;&gt;-->
<!-- &lt;!&ndash; * * This can be a video, image, or just about anything else.&ndash;&gt;-->
<!-- &lt;!&ndash; * * Set the max width of your media to 100% and the height to&ndash;&gt;-->
<!-- &lt;!&ndash; * * 100% like the demo example below.&ndash;&gt;-->
<!--&lt;!&ndash; <video muted="muted" autoplay="" loop="" style="max-width: 100%; height: 100%"><source src="assets/img/demo-screen.mp4" type="video/mp4" /></video>&ndash;&gt;-->
</div>
</div>
</div>
Expand Down

0 comments on commit 011e591

Please sign in to comment.