kittinan / spotify-github-profile

Show your Spotify playing on your Github profile
https://spotify-github-profile.kittinanx.com/api/login
MIT License
1.5k stars 616 forks source link

How to center it? #60

Closed wthrajat closed 1 year ago

wthrajat commented 1 year ago

How do I center the my spotify activity in my readme? Ive tried using img, p, a tags but none of this helped. Any leads?

kittinan commented 1 year ago

I tried tag p that worked well.

<p align="center">
  <img width="320" height="445" src="https://spotify-github-profile.vercel.app/api/view?uid=21jsj34glwsu3dboqjpqzm2sa&cover_image=true&theme=default&bar_color=ff0000&bar_color_cover=true">
</p>

https://github.com/kittinan

unofficialdxnny commented 1 year ago

Using the center code also works fine withing the img tags.

  <img align="center" width="320" height="445" src="https://spotify-github-profile.vercel.app/api/view?uid=21jsj34glwsu3dboqjpqzm2sa&cover_image=true&theme=default&bar_color=ff0000&bar_color_cover=true">
wthrajat commented 1 year ago

It works now, I dont know what wrong I was doing xD Thanks both of you :)