-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from Birkbeck2/css24
added workshop for advanced images
- Loading branch information
Showing
2 changed files
with
28 additions
and
5 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
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,23 @@ | ||
# Workshop: Advanced work with images | ||
|
||
Create an HTML page and linked CSS stylesheet and try out the following tasks. | ||
|
||
## Image formats and the picture element | ||
|
||
1. Have a look at different image formats online (WebP and AVIF as compared to older image formats). | ||
|
||
2. Create a `<picture>` element with WebP or AVIF as first source, and other fallback sources and `<img>` as needed. | ||
|
||
OR | ||
|
||
Start work on planning your website for the module assessment. | ||
|
||
## SVG icons and responsive images | ||
|
||
1. On the same page create some icons using one of the methods shown in class. | ||
|
||
2. Try creating some responsive images. | ||
|
||
OR | ||
|
||
Continue working on your website for the module assessment. |