Hello. I present to you a QR code generator with many settings. At this moment, you are taken to the designer page to receive the necessary parameters and demonstrate how the plugin works. The generator has the following parameters:
Param | Description |
---|---|
text | Encoded information (max value = 100) |
radius | Radius point in QR |
ecLevel | Error correction level |
fill | Color QR code |
background | Background color QR (tranparent include) |
size | Size QR code. Warning! The size can be made so large that even the page layout will float |
Parameters | Output parameters in JSON format. Set these parameters in the web component to apply the template. |
Download | You can download the qr code in PNG format |
Below are the classes\ids for changing the appearance of the constructor, if this is necessary for you. To change the style, create an empty html block and write a new style in the <style></style> tags
class\id | Description |
---|---|
#mkd-qr-h1 | Header H1 text |
.main_container | The main container in which the components are located. |
.wrapper-main | Additional container for correct placement of components and header |
#qr-code | White container inside which a QR code is generated |
#tools | Container containing settings for generating a QR code |
#parameters | The block inside which contains the generated QR code parameters in JSON format |
#stats | QR code render speed statistics |
#downloadLinkG | Button to download the generated QR code |