Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
constrain height directly for readme
  • Loading branch information
FrederickEngelhardt authored Aug 23, 2024
1 parent cfc7005 commit d52a371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ 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" style="max-height:300px;max-width:20%;" />
<img alt="Tester UI with preview" src="./docs/images/browser-link-tester-with-image-resolved.png" style="max-height:300px;max-width:20%;" />
<img alt="Tester UI with preview" src="./docs/images/browser-link-tester-large.png" style="max-height:300px;max-width:40%;" />
<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%;" />

## Quick Start

Expand Down

0 comments on commit d52a371

Please sign in to comment.