Skip to content

Commit

Permalink
test image sizes crowdin compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
peterleimbach committed Feb 21, 2024
1 parent fbb55b2 commit 4f9170d
Show file tree
Hide file tree
Showing 19 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/EN/Sandbox/imagescaling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# a test file for image scaling

We got some problems with scaling on different devices and wanted to check how we can solve in

1. Markdown and
1. Crowdin too.

This image width is in original 400px.

## standard markdown

![testimage](../images/setup-wizard/Screenshot_20231202_141912.png)

## 400px image tag myst_parser passthrough with extra width attribute

Here comes text.

```{image} ../images/setup-wizard/Screenshot_20231202_141912.png
:width: 400px
```

Here comes some more text.

## 500px image tag myst_parser passthrough with extra width attribute

Here comes text.

```{image} ../images/setup-wizard/Screenshot_20231202_141912.png
:width: 500px
```

Here comes some more text.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-54-49.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-55-05.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-55-35.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-56-08.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-56-25.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-57-07.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-57-29.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-57-48.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-58-00.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_20-58-26.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_21-04-01.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_21-04-25.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_21-04-40.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_21-05-02.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_21-05-16.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_21-05-56.png
Binary file not shown.
Binary file removed docs/EN/Usage/automation_2024-02-12_21-06-12.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/EN/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ Checks after update to AAPS 2.7 <./Installing-AndroidAPS/update2_7.md>
Sandbox <./Sandbox/sandbox1.md>
Crowdin Test <./Sandbox/crowdintest.md>
Image Scaling <./Sandbox/imagescaling.md>
```

Expand Down

0 comments on commit 4f9170d

Please sign in to comment.