-
Notifications
You must be signed in to change notification settings - Fork 886
allow EuiImage to set custom width #3012
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
fd10148
allow EuiImage to set custom width
anishagg17 3b1522e
Update CHANGELOG.md
anishagg17 21bb0ef
Merge branch 'master' into test2
anishagg17 119f8b9
Merge branch 'master' into test2
anishagg17 f5c334c
Merge branch 'master' into test2
anishagg17 f4247c7
greater of height or width gets size ,lesser is set to auto
anishagg17 ba123dd
checked for both heaight and width
anishagg17 d4bf580
Merge branch 'master' into test2
anishagg17 01cedb4
Merge branch 'master' into test2
anishagg17 33cdb73
removed uneccessary className
anishagg17 7e60550
Merge branch 'test2' of https://github.com/anishagg17/eui into test2
anishagg17 bfa8665
Merge branch 'master' into test2
cchaos a7a510f
used maxWidth,maxHeight
anishagg17 3d66262
removed class
anishagg17 d54ab10
Merge branch 'test2' of https://github.com/anishagg17/eui into test2
anishagg17 5dd124a
added test for custom size
anishagg17 f5a263c
Pushing some extra help (#3)
cchaos f86d126
maintain the aspect ratio
anishagg17 fbb0bd7
Update src/components/image/image.tsx
anishagg17 174ed01
Update CHANGELOG.md
anishagg17 d8f6fcc
Update src-docs/src/views/image/image_example.js
anishagg17 84b2c92
Update src-docs/src/views/image/image_example.js
anishagg17 f8a2521
Update src/components/image/image.tsx
anishagg17 280a1f5
updated snap
anishagg17 a1d309f
Merge branch 'master' into test2
cchaos 0c565aa
fixed prettier
anishagg17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -135,3 +135,4 @@ | |
| transform: translateY(0); | ||
| } | ||
| } | ||
|
|
||
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.