Bikrant Jajware

Results 20 comments of Bikrant Jajware

you could look at discussion here on issue #8390

Hello @rickstaa , I've got a solution for this issue, though its not as good looking as image in the issue. To make it like in the issue, we may...

Thank you, i'll start on it

Hello @rickstaa , linked a PR please review

Hello @rickstaa , thanks for the suggestions. Addressed the comments and added tests + update documentations. Let me know if i should cover any more test scenarios :)

Looks like github hides the image behind some proxy (https://github.com/orgs/community/discussions/30326), and probably the proxy service (camo) is unable to read the repo image (maybe timed out error). I'll look into...

Hello @rickstaa , i'm converting the repo_image to a base64 string data and using that to render the header image. Tested with deployed vercel url probably should work now.

Thanks @rickstaa :) , for custom images we can set social images in repo > settings > social preview and upload an image

Hello @rickstaa , do you mean something like this with padding-top, it looks a bit standing out or do you mean like filling the entire card width

oh i see, probably customizing with url params ? for 2nd option we can set `preserveAspectRatio` to `none` on image tag, though it stretches to fill entire width :)