Skip to content

Commit bc1bed1

Browse files
feat: change screentshots size using html tags
1 parent 46fbf06 commit bc1bed1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/download/install-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ love .
6868
```
6969

7070
It should now launch and you should see a new window open with your code sketch running.
71-
![A yellow background window appearing on top of folder holding L5 Starter and love application](/assets/tutorials/install/linux1.webp "A yellow background window appearing on top of folder holding L5 Starter and love application")
71+
<img src="/assets/tutorials/install/linux1.webp" alt="A yellow background window appearing on top of folder holding L5 Starter and love application" title="A yellow background window appearing on top of folder holding L5 Starter and love application" width="600" />
7272

7373
**Next steps:** You've installed Love and have L5 on your computer and verified you can run your own programs. Check out [Getting Started](/getting-started) or the [tutorials](/tutorials/) to learn more.
7474

docs/download/install-mac.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ This tutorial walks you through installing L5 with the Love (Love2d) framework o
99
## Text and Screenshot Tutorial
1010

1111
1. Love is the underlying Framework that will allow L5 code to run on your computer. So we start by installing Love. Go to the [Love website](https://love2d.org) and click to download the 64-bit zipped Mac program.
12-
![Love2d website with downloads](/assets/tutorials/install/mac1.webp "Love2d website with downloads")
12+
<img src="/assets/tutorials/install/mac1.webp" alt="Love2d website with downloads" title="Love2d website with downloads" width="600" />
1313
2. Click **"Allow"** if it asks 'Do you want to allow downloads on "love2d.org"?' It should download to your *Downloads* folder by default.
14-
![Alert box asking permission to download Love2d](/assets/tutorials/install/mac2.webp "Alert box asking permission to install Love2d")
14+
<img src="/assets/tutorials/install/mac2.webp" alt="Alert box asking permission to download Love2d" title="Alert box asking permission to install Love2d" width="600" />
1515
3. Now on your desktop (called "Finder" on macOS) open up your *Downloads* folder. You can right click and choose Open (see screenshot) or double click on Love to launch it.
16-
![Folder with love application and L5 Starter folder](/assets/tutorials/install/mac3.webp "Folder with love application and L5 Starter folder")
16+
<img src="/assets/tutorials/install/mac3.webp" alt="Folder with love application and L5 Starter folder" title="Folder with love application and L5 Starter folder" width="600" />
1717
4. A warning popup box opens to say the program and code is not verified by Apple since you will be writing your own custom code. If you can choose Open because you turned off restrictions, then choose Open! Otherwise, **DO NOT** move to the trash.
18-
![Alert box stating macOS cannot verify the developer of love. The correct option is Open.](/assets/tutorials/install/mac4.webp "Alert box stating macOS cannot verify the developer of love. The correct option is Open")
18+
<img src="/assets/tutorials/install/mac4.webp" alt="Alert box stating macOS cannot verify the developer of love. The correct option is Open." title="Alert box stating macOS cannot verify the developer of love. The correct option is Open" width="600" />
1919
5. If you weren't allowed to open it, go to your System Setting > Privacy &amp; Security. Scroll down to the Security section and next to **"love" was blocked to protect your Mac.** choose **Open Anyway**.
20-
![System settings showing the Privacy and Security settings. Scroll down to Security and next to "love" was blocked to protect your mac, click to "Open Anyway".](/assets/tutorials/install/mac5.webp "Alert box stating macOS cannot verify the developer of love. The correct option is Open")
20+
<img src="/assets/tutorials/install/mac5.webp" alt='System settings showing the Privacy and Security settings. Scroll down to Security and next to "love" was blocked to protect your mac, click to "Open Anyway".' title="Alert box stating macOS cannot verify the developer of love. The correct option is Open" width="600" />
2121
6. Now go back to your Downloads folder and **Double click** on Love. We only need to do this once! It's to verify Love works on your computer, which will allow L5 to run your custom code. You should see a window open with a flying bird-shaped balloon and clouds, verifying that Love is now properly installed on your computer. **At this point you can close the window.**
22-
![A flying bird-shaped balloon and cartoon clouds](/assets/tutorials/install/mac6.webp "A flying bird-shaped balloon and cartoon clouds")
22+
<img src="/assets/tutorials/install/mac6.webp" alt="A flying bird-shaped balloon and cartoon clouds" title="A flying bird-shaped balloon and cartoon clouds" width="600" />
2323
7. From the L5lua.org Download page, [download the L5 Starter project](/L5-starter.zip).
24-
![L5 website download page with L5 Starter](/assets/tutorials/install/mac7.webp "L5 website download page with L5 Starter")
24+
<img src="/assets/tutorials/install/mac7.webp" alt="L5 website download page with L5 Starter" title="L5 website download page with L5 Starter" width="600" />
2525
8. Click **"Allow"** if it asks 'Do you want to allow downloads on "l5lua.org"?'
26-
![Alert box asking permission to download L5-Starter](/assets/tutorials/install/mac8.webp "Alert box asking permission to download L5 Starter")
26+
<img src="/assets/tutorials/install/mac8.webp" alt="Alert box asking permission to download L5-Starter" title="Alert box asking permission to download L5 Starter" width="600" />
2727
9. Back in your downloads folder, **drag the L5-starter folder onto the Love application in the folder**. It should now launch and you should see a new window open with your code sketch.
28-
![A yellow background window appearing on top of folder holding L5 Starter and love application](/assets/tutorials/install/mac9.webp "A yellow background window appearing on top of folder holding L5 Starter and love application")
28+
<img src="/assets/tutorials/install/mac9.webp" alt="A yellow background window appearing on top of folder holding L5 Starter and love application" title="A yellow background window appearing on top of folder holding L5 Starter and love application" width="600" />
2929

3030
**Next steps:** You've installed Love and have L5 on your computer and verified you can run your own programs. Check out [Getting Started](/getting-started) or the [tutorials](/tutorials/) to learn more about where you can edit your code and run it.

0 commit comments

Comments
 (0)