From 909843ebc2a724b9c2d1b76fceba6f1b12f7ae8c Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Tue, 10 Jan 2023 15:19:34 +0300 Subject: [PATCH] Update screenshot sizes, Part 6 of N --- content/saving-sessions/saving-a-session/index.en.md | 2 +- content/saving-sessions/saving-a-snapshot/index.en.md | 4 ++-- content/saving-sessions/saving-a-template/index.en.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/saving-sessions/saving-a-session/index.en.md b/content/saving-sessions/saving-a-session/index.en.md index f65b802..e911cc1 100644 --- a/content/saving-sessions/saving-a-session/index.en.md +++ b/content/saving-sessions/saving-a-session/index.en.md @@ -45,7 +45,7 @@ If double-clicking on the session file does not launch Ardour, use the standard method of first opening the application itself, then choosing a session from the _Session Setup_ dialog. -{{< figure alt="Ardour Opening" src="en/ardour7-session-setup-dialog.png" >}} +![Ardour Opening](en/ardour7-session-setup-dialog.png?width=600) ## Moving a Session to Another Computer or Disk diff --git a/content/saving-sessions/saving-a-snapshot/index.en.md b/content/saving-sessions/saving-a-snapshot/index.en.md index 34ca2c5..9ea1dea 100644 --- a/content/saving-sessions/saving-a-snapshot/index.en.md +++ b/content/saving-sessions/saving-a-snapshot/index.en.md @@ -42,14 +42,14 @@ By default the program will name the new snapshot according to the current date and timestamp of your system. If you wish, you can change the name to one that more meaningfully corresponds to the session you are working on. -{{< figure alt="snapshots" src="en/ardour7-snapshot-name.png" >}} +![snapshots](en/ardour7-snapshot-name.png?width=350) ## Recalling Snapshots You can recall a saved snapshot via the _Snapshots_ tab in the area on the right: -{{< figure alt="snapshot2" src="en/ardour7-snapshot-list.png" >}} +![snapshot2](en/ardour7-snapshot-list.png?width=700) There you see a few snapshots that we created, and the _my\_session_ entry represents the original state of our session. diff --git a/content/saving-sessions/saving-a-template/index.en.md b/content/saving-sessions/saving-a-template/index.en.md index 8e4bf69..361bd93 100644 --- a/content/saving-sessions/saving-a-template/index.en.md +++ b/content/saving-sessions/saving-a-template/index.en.md @@ -24,14 +24,14 @@ You can save a new template from the main menu: `Session > Save Template`. You are asked to give the new template a name and optionally provide a description that will show up in the _Session Setup_ dialog: -{{< figure src="en/ardour7-save-template.png" alt="Template options" >}} +![Template options](en/ardour7-save-template.png?height=300) ## Load a Template When creating a new session, you can load up a previously saved template. All you will need is to tell Ardour where on the disk to save the session: -{{< figure src="en/ardour7-session-setup.png" alt="New session from a custom template" >}} +![New session from a custom template](en/ardour7-session-setup.png?height=400) ## Conclusion