{jr_barcode}
The {jr_barcode} template function is used to generate the <img> HTML for a Bar Code.
Function Parameters
Name |
Type |
Required |
Default |
Description |
code |
string |
yes |
n/a |
The "code" parameter tells Jamroom the 11 digit Bar Code number to create the bard code from. This value MUST be 11 digits long. |
width |
number |
no |
250 |
The "width" parameter tells Jamroom how wide to make the Bar Code (in pixels) |
height |
number |
no |
80 |
The "height" parameter tells Jamroom how tall to make the Bar Code (in pixels) |
Example using {jr_barcode} function
{jr_barcode code="12345678901" width="150" height="75"}
|
|