Skip to content

Conversation

maze-runnar
Copy link
Contributor

Fixes #3756

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests, and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Screenshot from 2020-01-04 20-47-59

@auto-label auto-label bot added the fix label Jan 4, 2020
@maze-runnar
Copy link
Contributor Author

@kushthedude @uds5501 please review .

{{#each session.speakers as |speaker|}}
<div class="ui divider"></div>
<img alt="speaker" class="ui tiny avatar image" src="{{if speaker.iconImageUrl speaker.iconImageUrl (if speaker.photoUrl speaker.photoUrl '/images/placeholders/avatar.png')}}">
<img alt="speaker" class="ui avatar image" src="{{if speaker.iconImageUrl speaker.iconImageUrl (if speaker.photoUrl speaker.photoUrl '/images/placeholders/avatar.png')}}">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have just changed the size of image. For the given example even tiny class will give the appropriate image.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops ! i just missed that , sorry . So what is the difference between image i uploaded and the image that is showing blurred .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it's showing fine for 3-4 images i uploaded .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<img alt="speaker" class="ui tiny avatar image" src="{{if speaker.iconImageUrl speaker.iconImageUrl (if speaker.photoUrl speaker.photoUrl '/images/placeholders/avatar.png')}}">

why this line is there in code , there is no speaker icon : if speaker.iconImageUrl speaker.iconImageUrl

Copy link
Member

@iamareebjamal iamareebjamal Jan 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is. Use api.eventyay.com as API host

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 👍

@maze-runnar
Copy link
Contributor Author

Screenshot from 2020-01-04 22-54-43
for one more image it's fine .

@maze-runnar
Copy link
Contributor Author

@kushthedude can you please check it once on your local system . I have tried several images but the quality remains the same .

@iamareebjamal
Copy link
Member

Because you are not using celery

{{#each session.speakers as |speaker|}}
<div class="ui divider"></div>
<img alt="speaker" class="ui tiny avatar image" src="{{if speaker.iconImageUrl speaker.iconImageUrl (if speaker.photoUrl speaker.photoUrl '/images/placeholders/avatar.png')}}">
<img alt="speaker" class="ui avatar small image" src="{{if speaker.iconImageUrl speaker.iconImageUrl (if speaker.photoUrl speaker.photoUrl '/images/placeholders/avatar.png')}}">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no need to change class, change iconImage to larger image variant

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use thumbnailImageUrl instead

@maze-runnar
Copy link
Contributor Author

maze-runnar commented Jan 4, 2020

@kushthedude @uds5501 i downloaded the same image as described in issue and put it there but it's looking good -
Screenshot from 2020-01-05 00-07-04

@maze-runnar
Copy link
Contributor Author

celery

So how to get it ?

@kushthedude
Copy link
Member

celery

So how to get it ?

You can see the guidelines for following in the open event server repository

@kushthedude
Copy link
Member

Superseded by #3765 .
@maze-runnar The release was on hold due to the following hence the new PR was made.
Thanks

@kushthedude kushthedude closed this Jan 4, 2020
@maze-runnar maze-runnar deleted the patch-18 branch January 12, 2020 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Public Event Page: Speaker Image in Session detailed segment is blurred and pixelated

3 participants