berkerpeksag / github-badge

GitHub Badge is a simple embeddable badge showing your GitHub stats like the number of public repositories, number of followers, favorite languages etc.
https://githubbadge.appspot.com/
291 stars 31 forks source link

Ability to fit internal width to iframe width? #79

Open rb2k opened 9 years ago

rb2k commented 9 years ago

I guess this would be a feature request? I would love to somehow change the with to 100%, but from what I can tell, browser disallow injecting CSS into an iframe.

I would like it to go from this:

To this:

I did this by either changing the width to 100% or removing it entirely.

BYK commented 9 years ago

@berkerpeksag - what do you think about this? As long as we provide the default width to the iframe, I think not having a fixed width inside the iframe makes sense.

BYK commented 9 years ago

Also @rb2k - sorry for the late response =)