mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
31 lines
478 B
Markdown
31 lines
478 B
Markdown
<details>
|
|
<summary>Image Sizing Properties</summary>
|
|
|
|
- **width=**px
|
|
- **height=**px
|
|
|
|
</details>
|
|
|
|
<details>
|
|
<summary>Image Power Properties</summary>
|
|
|
|
- **opacity=**0.1..1
|
|
- **rotate=**0..360
|
|
- **skewx=**0..360
|
|
- **skewy=**0..360
|
|
- **filter=**blur | bright | contrast | grayscale | hue | invert | saturate | sepia
|
|
|
|
</details>
|
|
|
|
<details>
|
|
<summary>Image Accessibility Properties</summary>
|
|
|
|
- **alt=**alt-text-for-screen-readers
|
|
- **title=**title-text-for-tooltips
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|