-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
enh: speaker image is showing properly in mobile #3848
Conversation
overflow: hidden; | ||
position: relative; | ||
width: 220px; | ||
overflow: hidden; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
due to eslint warning .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CSS needs to be changed using the object-fit as I stated in the previous PR
|
I told you before. Now check the mobile view with same css classes.
…On Fri, 24 Jan, 2020, 17:21 Sundaram Dubey, ***@***.***> wrote:
CSS needs to be changed using the object-fit as I stated in the previous PR
object-fit : cover works quite well -
After :
[image: Screenshot from 2020-01-24 17-13-53]
<https://user-images.githubusercontent.com/56407566/73067104-c4407d80-3ecd-11ea-99de-806afdce35ac.png>
Before :
[image: Screenshot from 2020-01-24 17-16-50]
<https://user-images.githubusercontent.com/56407566/73067105-c4407d80-3ecd-11ea-9fd2-fd2fd6b1f357.png>
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#3848?email_source=notifications&email_token=AKQMTLTOR36DJMIUYZBVDXLQ7LI4BA5CNFSM4KLEUU5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ2RYBA#issuecomment-578100228>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLVDHIXWIJOCQO6TP33Q7LI4BANCNFSM4KLEUU5A>
.
|
@kushthedude , they are also working well, this screenshot is also belong to object-fit . |
Check the css work on summit 2020 and see if all speaker images are
centering well.
…On Fri, 24 Jan, 2020, 17:29 Sundaram Dubey, ***@***.***> wrote:
[image: Screenshot from 2020-01-24 17-13-50]
<https://user-images.githubusercontent.com/56407566/73067019-96f3cf80-3ecd-11ea-8682-9992d5829c7b.png>
[image: Screenshot from 2020-01-24 17-13-53]
<https://user-images.githubusercontent.com/56407566/73067020-978c6600-3ecd-11ea-914a-0b5a4ecc8364.png>
reference : https://devdocs.io/css/object-fit
@kushthedude <https://github.com/kushthedude> , they are also working
well, this screenshot is also belong to object-fit .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3848?email_source=notifications&email_token=AKQMTLWFFP3SLOPZEFV3Q5LQ7LJ3DA5CNFSM4KLEUU5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ2SKRY#issuecomment-578102599>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLR5RWLLAPSY4KNE2OLQ7LJ3DANCNFSM4KLEUU5A>
.
|
actually , i am using default backend api that's why i am not able to check these changes on summit 2020 at the time. |
Change it then.
On Fri, 24 Jan, 2020, 17:35 Sundaram Dubey, <notifications@github.com>
wrote:
… Check the css work on summit 2020 and see if all speaker images are
centering well.
… <#m_3893667217965247807_>
On Fri, 24 Jan, 2020, 17:29 Sundaram Dubey, *@*.***> wrote: [image:
Screenshot from 2020-01-24 17-13-50]
https://user-images.githubusercontent.com/56407566/73067019-96f3cf80-3ecd-11ea-8682-9992d5829c7b.png
[image: Screenshot from 2020-01-24 17-13-53]
https://user-images.githubusercontent.com/56407566/73067020-978c6600-3ecd-11ea-914a-0b5a4ecc8364.png
reference : https://devdocs.io/css/object-fit @kushthedude
<https://github.com/kushthedude> https://github.com/kushthedude , they
are also working well, this screenshot is also belong to object-fit . — You
are receiving this because you were mentioned. Reply to this email
directly, view it on GitHub <#3848
<#3848>?email_source=notifications&email_token=AKQMTLWFFP3SLOPZEFV3Q5LQ7LJ3DA5CNFSM4KLEUU5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ2SKRY#issuecomment-578102599>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKQMTLR5RWLLAPSY4KNE2OLQ7LJ3DANCNFSM4KLEUU5A
.
actually , i am using default backend api that's why i am not able to
check these changes on summit 2020 at the time.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3848?email_source=notifications&email_token=AKQMTLRE2YHL4Q67EWHI32LQ7LKQJA5CNFSM4KLEUU5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ2SYSI#issuecomment-578104393>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLXTID3UFVNZNGMPNN3Q7LKQJANCNFSM4KLEUU5A>
.
|
@kushthedude every image is properly centered . |
width: 220px; | ||
height: 300px; | ||
overflow: hidden; | ||
background-position: center center; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this for ?
Because working correctly ,and from the same link given , and also most recent one. I think these reasons were enough. |
You don't include code which works correctly, You include the code which you know is most optimal and goes correctly with the system. There are 100 ways to code but few of them are only optimal. This is not a College Project or Assignment sort of thing. It is a working product which is deployed on production and getting used by many. Each & Every line should have a meaning why is it there and if not it should not be.
I told you before that link is more than 5 years old of the time when css3 was not compatible with many browsers. |
This means CSS has made a lot of progress in 5 years from that article was published 😝 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lint warnings are still there 😞
styles/components/speaker-list.scss
19:2 warning Mixed tabs and spaces indentation |
how to know that there is a warning or not if build is successful 😕 |
See travis logs or set up lint on local
…On Fri, 24 Jan, 2020, 21:36 Sundaram Dubey, ***@***.***> wrote:
lint warnings are still there
how to know that there is a warning or not if build is successful 😕
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3848?email_source=notifications&email_token=AKQMTLWNSQBC27JDXNLZ25TQ7MGZVA5CNFSM4KLEUU5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ3IPEQ#issuecomment-578193298>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLQYBASHFKIXJVZW6CLQ7MGZVANCNFSM4KLEUU5A>
.
|
Fixes #3847
Checklist
development
branch.