Skip to content

Commit ab629cd

Browse files
committed
Remove px for width and height attribute.
The values of width and height always in px and you have to insert just an integer http://www.w3.org/wiki/HTML/Elements/iframe#HTML_Attributes
1 parent 46cebd9 commit ab629cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>img2css.</h1>
1616
<div>This is a tool that can convert any image into a <i>pure css</i> image.</div>
1717
<div>Try it! (It's cpu heavy, please try with a small image first).</div>
1818
<br />
19-
<iframe src="https://ghbtns.com/github-btn.html?user=javierbyte&amp;repo=img2css&amp;type=star&amp;count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
19+
<iframe src="https://ghbtns.com/github-btn.html?user=javierbyte&amp;repo=img2css&amp;type=star&amp;count=true" frameborder="0" scrolling="0" width="170" height="20"></iframe>
2020

2121
</div>
2222

0 commit comments

Comments
 (0)