简体   繁体   中英

How to add a package logo picture (which has finished design & saved as png) in README at Github

I add <img src="man/figure/logo.png" align="right" height="138.5"/> in README.md

And also put logo.png into that file. (ps. I design the logo using IDesign)

However, the logo does not shows up in my README file at Github

I wonder whether if my size of logo is too big? (105kb)

I tried to change picture size in IDesign through change the parameter of quality & Resoulution, however if I change it too small, it would be hard to recognise the pattern on the logo.

Or there is something else I need to fix

在此处输入图像描述

I use in below way for my avatar image

![Vipul Avatar](./avatar.png "I'm Vipul")

![Vipul Avatar](https://github.com/vipulkumarsviit/randomcodes/blob/master/avatar.png "I'm Vipul")

in the same way, you can also use

![Alt Text for your logo](./man/figure/logo.png "My Logo")

![Alt Text for your logo](https://github.com/vipulkumarsviit/randomcodes/blob/master/man/figure/logo.png "My Logo")

Hope I was able to solve your problem

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM