#qrwrapper {
    max-width: 100%;
    overflow: hidden;
}

#qrwrapper canvas {
    max-width: 100%;
    height: auto;
    display: block;
}