Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Set height of previews to 300
  • Loading branch information
FrederickEngelhardt authored Aug 23, 2024
1 parent e7d9a20 commit 722580e
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 @@ -40,9 +40,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.

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

## Quick Start
Expand Down

0 comments on commit 722580e

Please sign in to comment.