Skip to content

Commit 42a085d

Browse files
fix: improvements from recording 14.4.2025
1 parent 561298b commit 42a085d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,17 +3221,17 @@ When selecting the appropriate file format for images and media, consider factor
32213221
<!-- Example of using various image formats -->
32223222
<img src="image.jpg" alt="JPEG Image">
32233223
<img src="image.png" alt="PNG Image">
3224-
<source src="image.webp" type="image/webp">
3225-
<source src="image.avif" type="image/avif">
3226-
<source src="image.jp2" type="image/jp2">
3227-
<source src="image.tiff" type="image/tiff">
3224+
<img src="image.webp" type="image/webp">
3225+
<img src="image.avif" type="image/avif">
3226+
<img src="image.jp2" type="image/jp2">
3227+
<img src="image.tiff" type="image/tiff">
32283228
```
32293229

32303230
[![Edit 081-Choose the Right File Format](images/codesandbox.svg)](https://codesandbox.io/p/sandbox/081-choose-the-right-file-format-swxx45)
32313231

32323232
[^81]CodeSandbox: Choose the Right File Format.
32333233

3234-
[^81]:[CodeSandbox: Choose the Right File Format](https://swxx45.csb.app/), last access: August 28, 2024.
3234+
[^81]:[CodeSandbox: Choose the Right File Format](https://swxx45.csb.app/), last access: March 14, 2025.
32353235

32363236
- **JPEG (Joint Photographic Experts Group)**: Ideal for photographs and images with natural gradients, offering good compression with minimal loss of quality.
32373237
- **PNG (Portable Network Graphics)**: Suitable for images with transparency or sharp edges, providing lossless compression for high-quality graphics.

__presentation-slides/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,10 +2094,10 @@ <h1>Main Heading</h1>
20942094
<!-- Example of using various image formats -->
20952095
<img src="image.jpg" alt="JPEG Image">
20962096
<img src="image.png" alt="PNG Image">
2097-
<source src="image.webp" type="image/webp">
2098-
<source src="image.avif" type="image/avif">
2099-
<source src="image.jp2" type="image/jp2">
2100-
<source src="image.tiff" type="image/tiff">
2097+
<img src="image.webp" type="image/webp">
2098+
<img src="image.avif" type="image/avif">
2099+
<img src="image.jp2" type="image/jp2">
2100+
<img src="image.tiff" type="image/tiff">
21012101
```
21022102

21032103
[![Edit 081-Choose the Right File Format](images/codesandbox.svg)](https://codesandbox.io/p/sandbox/081-choose-the-right-file-format-swxx45)

0 commit comments

Comments
 (0)