Skip to content

[Docs] remove {width="650"} and {height="500"} #4761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components/BottomSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Material Components for Android library. For more information, see the
[Getting started](https://github.com/material-components/material-components-android/tree/master/docs/getting-started.md)
page.

![Example bottom sheet: modal bottom sheet](assets/bottomsheet/bottomsheet_hero.png){width="650"}
<img src="assets/bottomsheet/bottomsheet_hero.png" alt="Example bottom sheet: modal bottom sheet" width="650"/>

### Anatomy

Expand Down
6 changes: 3 additions & 3 deletions docs/components/SideSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path: /catalog/side-sheet-behavior/
containing supplementary content that are anchored to the side of the screen. See [bottom sheet documentation](BottomSheet.md) for documentation about
[bottom sheets](https://m3.material.io/components/bottom-sheets/overview). There are two variants of side sheets.

![Side sheet hero image](assets/sidesheet/sidesheet_hero.png){width="650"}
<img src="assets/sidesheet/sidesheet_hero.png" alt="Side sheet hero image" width="650"/>

1. Standard
2. Modal
Expand Down Expand Up @@ -60,7 +60,7 @@ Standard side sheet basic usage:

#### Standard {.new-tab}

![standard sheet anatomy](assets/sidesheet/standard_sidesheet_anatomy.png){height="500"}
<img src="assets/sidesheet/standard_sidesheet_anatomy.png" alt="standard sheet anatomy" height="500"/>

1. Divider (optional)
2. Headline
Expand All @@ -69,7 +69,7 @@ Standard side sheet basic usage:

#### Modal {.new-tab}

![standard sheet anatomy](assets/sidesheet/modal_sidesheet_anatomy.png){height="500"}
<img src="assets/sidesheet/modal_sidesheet_anatomy.png" alt="modal sheet anatomy" height="500"/>

1. Back icon button (optional)
2. Header
Expand Down