-
Notifications
You must be signed in to change notification settings - Fork 9.4k
All images height issue #25665
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
All images height issue #25665
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
545adc8
Merge pull request #5 from magento/2.3-develop
abrarpathan19 187c6fd
Merge remote-tracking branch 'upstream/2.3-develop' into 2.3-develop
abrarpathan19 c219b53
Fixed-images-issue-resolve-Magento-233
abrarpathan19 39b808c
Update _resets.less
abrarpathan19 8db7eb9
Merge remote-tracking branch 'upstream/2.3-develop' into 2.3-develop
abrarpathan19 fe61a67
Fixed-images-issue-resolve-Magento-233
abrarpathan19 c959917
Update _resets.less
abrarpathan19 154df7c
remove-unuse-code
abrarpathan19 6a4221a
Merge branch 'all-images-issue' of https://github.com/abrarpathan19/m…
abrarpathan19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,6 @@ | |
|
||
img { | ||
display: block; | ||
height: auto; | ||
} | ||
|
||
.page-print & { | ||
|
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 |
---|---|---|
|
@@ -148,7 +148,6 @@ | |
|
||
img { | ||
display: block; | ||
height: auto; | ||
} | ||
|
||
.page-print & { | ||
|
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 |
---|---|---|
|
@@ -49,9 +49,10 @@ | |
|
||
img { | ||
border: 0; | ||
height: auto; | ||
max-width: 100%; | ||
} | ||
|
||
img, | ||
object, | ||
video, | ||
embed { | ||
|
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.