Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
nest images in div so they flex
  • Loading branch information
FrederickEngelhardt committed Aug 23, 2024
1 parent d52a371 commit e7d9a20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ This can be configured if you want within the [make-files.sh](scripts/make-files

The second image shows a preview of the downloaded file. This could be any file you place within assets if you need to test a specific file.

<img alt="Tester UI with no preview" src="./docs/images/browser-link-tester-preview.png" height="200" style="max-height:300px;max-width:20%;" />
<img alt="Tester UI with preview" src="./docs/images/browser-link-tester-with-image-resolved.png" height="200" style="max-height:300px;max-width:20%;" />
<img alt="Tester UI with preview" src="./docs/images/browser-link-tester-large.png" height="200" style="max-height:300px;max-width:40%;" />
<div>
<img alt="Tester UI with no preview" src="./docs/images/browser-link-tester-preview.png" height="200" style="max-height:300px;max-width:20%;" />
<img alt="Tester UI with preview" src="./docs/images/browser-link-tester-with-image-resolved.png" height="200" style="max-height:300px;max-width:20%;" />
<img alt="Tester UI with preview" src="./docs/images/browser-link-tester-large.png" height="200" style="max-height:300px;max-width:40%;" />
</div>

## Quick Start

Expand Down

0 comments on commit e7d9a20

Please sign in to comment.