-
Notifications
You must be signed in to change notification settings - Fork 862
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
PNG Speaker Images not rendered as Icons on Schedule #2238
Comments
@mariobehling @iamareebjamal I checked out the code and verified that the png images of speakers are rendering fine. I found out that images with names as for example Tomaž Vajngerl are rendered as the attached image. I only found out for such cases the issue is there, the rest is working fine. |
@djcruz93 So, the issue is that International characters e.g. from UTF8 are not rendered properly. Any chance to fix this? |
@djcruz93 The best solution is to randomize image names which will also solve the issue of wrong speaker images |
@mariobehling @iamareebjamal this can be resolved by removing encodeURI as after downloading the image, the file name is not encoded but while generating the js object for speaker, we have used encodedURI. I am able to resolve this for zip upload. But I would like to test for api version. @mariobehling can you please give me the event api for which you faced this issue? So that I can reproduce and check with the changes. |
I want to solve it .. Plaese assign it to me |
If a speaker provided a png image the thumbnail images are not rendered in the schedule and tracks pages.
compare https://summit.fossasia.org/event/schedule.html#5838
The text was updated successfully, but these errors were encountered: