Twindle: Readme image sizes on GitHub mobile

Created on 16 Oct 2020  路  29Comments  路  Source: twindle-co/twindle

Screenshot_20201016-223004.jpg

Something is wrong here!

good first issue help wanted

Most helpful comment

I looked into it and markdown doesn't have a way to resize the images and I think the GitHub app ignores the img height and width attributes.

I think we can just resize the image files and host it somewhere or create a images folder in the project and put the images there.

All 29 comments

I'll try to handle it

I tried in my own fork some adjustments but I couldn't get it to work on GitHub's application :(

[<img src='https://www.creativefreedom.co.uk/wp-content/uploads/2017/06/Twitter-featured.png' height='45' width='55' />](https://twitter.com/twindleco)
[<img src ='https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ342VRbRlgLDPviYYJgxfCVEHKmtuV8LIisA&usqp=CAU'  width='50' height='50' />](https://www.youtube.com/channel/UCKxUmbHq5P5pd5IyUiZ8MHA)
<a target="_blank" href="https://discord.gg/jBj2zMR">
<img src='https://cdn.vox-cdn.com/thumbor/nU3aFhQTGn1z9ImiSHXkF0bnyLk=/0x0:1600x1600/1400x1400/filters:focal(659x770:915x1026):format(jpeg)/cdn.vox-cdn.com/uploads/chorus_image/image/56262027/discord_logo.0.jpg' height='50' width='50' /></a>

these just won't work on mobile

Has somebody fixed it??

Screenshot_20201017-055919416
This is how it looks now.

Someone fixed it I think.

Looks good.

@johnjacobkenny can confirm and close it

This is still open, on GitHub mobile app I'm having this issue.

@tolgaerdonmez are these fixed? Do tell if you need help

I couldn't fix, some help will be nice :)

Ok i will look into it.

I think I've fixed it at my fork by replacing the icons with icons from icons8 but attribution is needed for use

Is it ok for a PR?

What kind of attributes you mean?

Oh not attributes, attribution like to link to their site

https://icons8.com/license

Can't we just resize the images

I looked into it and markdown doesn't have a way to resize the images and I think the GitHub app ignores the img height and width attributes.

I think we can just resize the image files and host it somewhere or create a images folder in the project and put the images there.

This is due to a bug in GitHub Mobile. I am also facing the same issue, not only on Twindle repository but all repositories

Has somebody fixed it??

Screenshot_20201017-055919416
This is how it looks now.

You are talking about GitHub website on mobile not GitHub app for Android

Has somebody fixed it??
Screenshot_20201017-055919416
This is how it looks now.

You are talking about GitHub website on mobile not GitHub app for Android

yes but I believe it's the application issue, anyways resized images will solve this.

I believe so, does including the images in the repository a problem. I wanted to avoid that.

@tolgaerdonmez I don't think it's a problem unless there's any copyright related issue?

@tolgaerdonmez I don't think it's a problem unless there's any copyright related issue?

Yeah probably

How does this one look - https://github.com/twindle-co/twindle/pull/309 ?

@codeprm Could you let me know more about this?

I tried on my phone, now it looks like normal size :)

@piratelicorne are you using the mobile app or the mobile website? For me this is on the app and I am still having it

I tested on the website (twindle.co) but I just checked in the GitHub mobile app image and looks good, can you check also the icons in the ONBOARDING.md? Maybe we can use those ones, they are smaller sand I used them from "iconfinder"

Those are slightly larger than the ones we have here, but yeah maybe we could look at something like that, or simply resize the files.

And I think this could be a GitHub android issue since you don't have the issue in iOS

What about this?

image

Those are slightly larger than the ones we have here, but yeah maybe we could look at something like that, or simply resize the files.

And I think this could be a GitHub android issue since you don't have the issue in iOS

Yeah, it's actually on android app only, i reported this issue here, they will work on it in future but till then we can go with resized images.

Those are slightly larger than the ones we have here, but yeah maybe we could look at something like that, or simply resize the files.
And I think this could be a GitHub android issue since you don't have the issue in iOS

Yeah, it's actually on android app only, i reported this issue here, they will work on it in future but till then we can go with resized images.

Great! So then I think we can use what @piratelicorne has implemented.

Closing this. We can reopen in future.

Was this page helpful?
0 / 5 - 0 ratings