-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test image sizes crowdin compatibility
- Loading branch information
1 parent
fbb55b2
commit 4f9170d
Showing
19 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters