Skip to content

Commit

Permalink
Merge pull request #1973 from peterleimbach/master
Browse files Browse the repository at this point in the history
test image sizes crowdin compatibility
  • Loading branch information
peterleimbach authored Feb 21, 2024
2 parents fbb55b2 + 4f9170d commit df9dd8b
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 df9dd8b

Please sign in to comment.