Skip to content

Commit

Permalink
add max-width style for image previews
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickEngelhardt committed Aug 23, 2024
1 parent 7c3d675 commit cfc7005
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" width="20%" style="max-height:400px" />
<img alt="Tester UI with preview" src="./docs/images/browser-link-tester-with-image-resolved.png" width="20%" style="max-height:400px" />
<img alt="Tester UI with preview" src="./docs/images/browser-link-tester-large.png" maxWidth="40%" style="max-height:400px" />
<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%;" />

## Quick Start

Expand Down

0 comments on commit cfc7005

Please sign in to comment.