mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Added zoom to UI
This commit is contained in:
@@ -278,10 +278,10 @@ footer {
|
||||
}
|
||||
|
||||
#interactive.viewport > canvas, #interactive.viewport > video {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
canvas.drawing {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -170,7 +170,7 @@ $(function() {
|
||||
frequency: 2,
|
||||
decoder: {
|
||||
readers : [{
|
||||
format: "ean_reader",
|
||||
format: "code_128_reader",
|
||||
config: {}
|
||||
}]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user