简体   繁体   中英

Image Width not detecting % in Github Readme (HTML)

I have spent a lot of time designing my GitHub readme.

<img width="100%" src="https://raw.githubusercontent.com/Sabyasachi-Seal/Sabyasachi-Seal/ouput/action2.gif"/>

Earlier, the pictures in the GitHub readme could be resized with the help of % values, with 100% meaning the full width of the page.

Recently, the % system is not working. Giving the % and not giving the % is not making any difference. Is there a workaournd?

Earlier: https://i.stack.imgur.com/78M6W.png

Now: https://i.stack.imgur.com/HlWac.png

Profile Link: https://github.com/Sabyasachi-Seal

<p><img src="https://raw.githubusercontent.com/Sabyasachi-Seal/Sabyasachi-Seal/ouput/action2.gif" width="100%" height="100%"/></p>

works for me.

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