Luke Granger-Brown
3d92896314
This removes the trailing $$ from the QR codes generated by EE. Gah, why do they still do this.
10 lines
122 B
SCSS
10 lines
122 B
SCSS
.video {
|
|
position: absolute;
|
|
left: -10000px;
|
|
top: -10000px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.canvas {
|
|
max-width: 100%;
|
|
}
|