add the size param example

This commit is contained in:
xavier dutoit 2011-11-11 10:51:30 +01:00
parent 98d788a782
commit 759c95b0b7

View file

@ -28,9 +28,13 @@ Then you add the *qrcode* in this container by
This is it. see it <a href='examples/basic.html'>live</a>. 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 ## Conclusion
<a href='http://jeromeetienne.github.com/jquery-qrcode'>jquery.qrcode.js</a> is available on github <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> <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>. 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. 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 :)