Merge pull request #12 from tttp/master

Added the doc for size param
This commit is contained in:
Jerome Etienne 2011-11-11 04:02:32 -08:00
commit 77aa3c30cb

View file

@ -28,9 +28,14 @@ Then you add the *qrcode* in this container by
This is it. see it <a href='examples/basic.html'>live</a>.
You can set the height and width of the generated qrcode:
jquery('#qrcode').qrcode({width: 64,height: 64,text: "size doesn't matter"});
## Conclusion
<a href='http://jeromeetienne.github.com/jquery-qrcode'>jquery.qrcode.js</a> is available on github
<a href='https://github.com/jeromeetienne/jquery-qrcode'>here</a>
under <a href='https://github.com/jeromeetienne/jquery-qrcode/blob/master/MIT-LICENSE.txt'>MIT license</a>.
If you hit bugs, fill issues on github.
Feel free to fork, modify and have fun with it :)
Feel free to fork, modify and have fun with it :)